rename i18n-languages.js to i18n-locales.js, and add a few i18n-lang-xxx.js files

This commit is contained in:
luk
2025-03-06 08:25:41 +08:00
parent ee8595130c
commit 9113acbfb1
12 changed files with 5244 additions and 233 deletions

View File

@@ -240,7 +240,7 @@ module.exports = {
CNY: {
coinCode: 'CNY',
coinNumber: '156',
coinIname: { enUS: 'Chinese Yuan', zhCN: '人民币' },
coinIname: { enUS: 'Chinese Yuan', zhCN: '人民币' },
coinPrecision: '2',
coinSymbol: '¥',
usedIn: { enUS: 'China', zhCN: '中国' },