summaryrefslogtreecommitdiff
path: root/client-web/source/locale/ja.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/locale/ja.ts')
-rw-r--r--client-web/source/locale/ja.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/client-web/source/locale/ja.ts b/client-web/source/locale/ja.ts
new file mode 100644
index 0000000..4925667
--- /dev/null
+++ b/client-web/source/locale/ja.ts
@@ -0,0 +1,13 @@
+
+
+/*
+ This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2024 metamuffin <metamuffin.org>
+*/
+import { LanguageStrings } from "./mod.ts";
+
+// @ts-ignore
+export const PO_JA_JA: LanguageStrings = {
+
+}