fix: Fix flag for English

This commit is contained in:
Maksim Eltyshev
2022-09-15 09:07:57 +05:00
parent 14cc55a8c0
commit e65ab6ece7

View File

@@ -5,7 +5,7 @@ import core from './core';
export default {
language: 'en',
country: 'us',
country: 'gb',
name: 'English',
embeddedLocale: merge(login, core),
};