diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-03 18:08:52 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-03 18:08:52 +0200 |
commit | edbe7ad1be0a52dd4220f65d1ac98163a0a1b774 (patch) | |
tree | 01dce2d09562b0c52c6c8b370ef889fe0e057fbf /client-web/source/locale/en.ts | |
parent | 93d09d0aaef7586389daa360c1a361e915c4a228 (diff) | |
download | keks-meet-edbe7ad1be0a52dd4220f65d1ac98163a0a1b774.tar keks-meet-edbe7ad1be0a52dd4220f65d1ac98163a0a1b774.tar.bz2 keks-meet-edbe7ad1be0a52dd4220f65d1ac98163a0a1b774.tar.zst |
autogenerate japanese translation
Diffstat (limited to 'client-web/source/locale/en.ts')
-rw-r--r-- | client-web/source/locale/en.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/locale/en.ts b/client-web/source/locale/en.ts index dbefdd4..b060de9 100644 --- a/client-web/source/locale/en.ts +++ b/client-web/source/locale/en.ts @@ -5,7 +5,7 @@ */ import { LanguageStrings } from "./mod.ts"; -export const PO_EN_US: LanguageStrings = { +export const PO_EN: LanguageStrings = { microphone: "Microphone", chatbox_placeholder: "Type a message", chatbox_label: "send message", |