Skip to content

Commit

Permalink
locale: added japanese translation (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Sep 13, 2023
1 parent 9b6d305 commit c16969a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/localeMap.ts
Expand Up @@ -17,6 +17,7 @@ import lang_fr from "@locale/fr.json";
import lang_hr from "@locale/hr.json";
import lang_hu from "@locale/hu.json";
import lang_it from "@locale/it.json";
import lang_ja from "@locale/ja.json";
import lang_lt from "@locale/lt.json";
import lang_lv from "@locale/lv.json";
import lang_mn from "@locale/mn.json";
Expand Down Expand Up @@ -55,6 +56,7 @@ const localeMap: LocaleMapType = {
hr: lang_hr,
hu: lang_hu,
it: lang_it,
ja: lang_ja,
lt: lang_lt,
lv: lang_lv,
mn: lang_mn,
Expand Down

0 comments on commit c16969a

Please sign in to comment.