mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Add languages (#4452)
This commit is contained in:
parent
1f1d4157db
commit
2d5fd7d86e
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ const merge = (...args) => args.reduce((a, c) => ({
|
|||
}), {});
|
||||
|
||||
const languages = [
|
||||
'cs-CZ',
|
||||
'de-DE',
|
||||
'en-US',
|
||||
'es-ES',
|
||||
|
@ -24,9 +25,11 @@ const languages = [
|
|||
'nl-NL',
|
||||
'pl-PL',
|
||||
'zh-CN',
|
||||
'zh-TW',
|
||||
];
|
||||
|
||||
const primaries = {
|
||||
'en': 'US',
|
||||
'ja': 'JP',
|
||||
'zh': 'CN',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue