Add support for Japanese language
This commit is contained in:
14
src/i18n/lang/ja.ts
Normal file
14
src/i18n/lang/ja.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import option from "@/assets/locale/ja-JP/option.json";
|
||||
import playground from "@/assets/locale/ja-JP/playground.json";
|
||||
import common from "@/assets/locale/ja-JP/common.json";
|
||||
import sidepanel from "@/assets/locale/ja-JP/sidepanel.json";
|
||||
import settings from "@/assets/locale/ja-JP/settings.json";
|
||||
|
||||
|
||||
export const ja = {
|
||||
option,
|
||||
playground,
|
||||
common,
|
||||
sidepanel,
|
||||
settings
|
||||
}
|
||||
Reference in New Issue
Block a user