Skip to content

Commit

Permalink
fix: correct langugage mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Feb 18, 2023
1 parent 87edaf8 commit 4462e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/simplelocalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "chore: update translations from SimpleLocalize"
message: "chore(i18n): update translations from SimpleLocalize"
add: "src/locales"
push: true
2 changes: 1 addition & 1 deletion src/mixins/I18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const fetchTranslations = async (languageKey) => {
const loadedLanguages = [];

const languageMapping = {
en: "en",
en: "en_US",
zh: "zh_CN",
ja: "ja_JP",
ko: "ko_KR",
Expand Down

0 comments on commit 4462e69

Please sign in to comment.