diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-03 17:02:15 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-03 17:02:15 +0200 |
commit | 93d09d0aaef7586389daa360c1a361e915c4a228 (patch) | |
tree | 7aac353617952819d49b89eab28b9080759aa956 /client-web/source/locale/mod.ts | |
parent | 4903ef899abb88148a0835b5bde69f6de5a69a98 (diff) | |
download | keks-meet-93d09d0aaef7586389daa360c1a361e915c4a228.tar keks-meet-93d09d0aaef7586389daa360c1a361e915c4a228.tar.bz2 keks-meet-93d09d0aaef7586389daa360c1a361e915c4a228.tar.zst |
maybe autogen languages
Diffstat (limited to 'client-web/source/locale/mod.ts')
-rw-r--r-- | client-web/source/locale/mod.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client-web/source/locale/mod.ts b/client-web/source/locale/mod.ts index 55aa79d..0f5fc77 100644 --- a/client-web/source/locale/mod.ts +++ b/client-web/source/locale/mod.ts @@ -1,6 +1,7 @@ import { PO_DE_DE } from "./de.ts"; import { PO_EN_US } from "./en.ts"; import { PREF_DECLS } from "../preferences/decl.ts"; +import { PO_JA_JA } from "./ja.ts"; export let PO: LanguageStrings; @@ -16,6 +17,7 @@ export const LOCALES: { [key: string]: LanguageStrings } = { "en-GB": PO_EN_US, // close enough "de": PO_DE_DE, "de-DE": PO_DE_DE, + "ja-JA": PO_JA_JA, } export interface LanguageStrings { |