feat(i18n): separate en-US from en-GB locale (#589)
This commit is contained in:
parent
8fbf4a7628
commit
f4de4d3e3b
3 changed files with 374 additions and 8 deletions
|
@ -7,7 +7,12 @@ const locales: LocaleObject[] = [
|
|||
{
|
||||
code: 'en-US',
|
||||
file: 'en-US.json',
|
||||
name: 'English',
|
||||
name: 'English (US)',
|
||||
},
|
||||
{
|
||||
code: 'en-GB',
|
||||
file: 'en-GB.json',
|
||||
name: 'English (UK)',
|
||||
},
|
||||
{
|
||||
code: 'de-DE',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue