japanese UI

This commit is contained in:
josc146
2023-07-29 21:19:45 +08:00
parent abfd668523
commit 9c8e7b2f08
4 changed files with 279 additions and 19 deletions

View File

@@ -19,7 +19,8 @@ import { RestartApp } from '../../wailsjs/go/backend_golang/App';
export const Languages = {
dev: 'English', // i18n default
zh: '简体中文'
zh: '简体中文',
ja: '日本語'
};
export type Language = keyof typeof Languages;