Skip to content

Commit

Permalink
Merge pull request #61 from kurgm/zh-locale-file-names
Browse files Browse the repository at this point in the history
Change zh locale file names
  • Loading branch information
kurgm authored Oct 29, 2023
2 parents 7d42abd + a365bfd commit 424df1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import args from "./args";
import jaTranslation from './locales/ja.json';
import enTranslation from './locales/en.json';
import koTranslation from './locales/ko.json';
import zhCNTranslation from './locales/zh_CN.json';
import zhTWTranslation from './locales/zh_TW.json';
import zhHansTranslation from './locales/zh-Hans.json';
import zhHantTranslation from './locales/zh-Hant.json';

const resources = {
"ja": {
Expand All @@ -20,10 +20,10 @@ const resources = {
translation: koTranslation,
},
"zh-Hans": {
translation: zhCNTranslation,
translation: zhHansTranslation,
},
"zh-Hant": {
translation: zhTWTranslation,
translation: zhHantTranslation,
},
};

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 424df1c

Please # to comment.