Live video on the AT Protocol

Add files via upload

authored by

Laszlo19 and committed by
GitHub
9d8c3a85 d4c29106

+5
+5
js/components/src/i18n/i18n-loader.native.ts
··· 10 import frFRSettings from "../../public/locales/fr-FR/settings.json"; 11 import ptBRCommon from "../../public/locales/pt-BR/common.json"; 12 import ptBRSettings from "../../public/locales/pt-BR/settings.json"; 13 import zhHansCommon from "../../public/locales/zh-Hans/common.json"; 14 import zhHansSettings from "../../public/locales/zh-Hans/settings.json"; 15 import zhHantCommon from "../../public/locales/zh-Hant/common.json"; ··· 28 "zh-Hant/settings": zhHantSettings, 29 "fr-FR/common": frFRCommon, 30 "fr-FR/settings": frFRSettings, 31 }; 32 33 export async function loadTranslationData( ··· 43 es: "es-ES", 44 zh: "zh-Hant", 45 fr: "fr-FR", 46 }[locale] || locale; 47 48 const localeNamespaceKey = `${fullLocale}/${namespace}`;
··· 10 import frFRSettings from "../../public/locales/fr-FR/settings.json"; 11 import ptBRCommon from "../../public/locales/pt-BR/common.json"; 12 import ptBRSettings from "../../public/locales/pt-BR/settings.json"; 13 + import roROCommon from "../../public/locales/ro-RO/common.json"; 14 + import roROSettings from "../../public/locales/ro-RO/settings.json"; 15 import zhHansCommon from "../../public/locales/zh-Hans/common.json"; 16 import zhHansSettings from "../../public/locales/zh-Hans/settings.json"; 17 import zhHantCommon from "../../public/locales/zh-Hant/common.json"; ··· 30 "zh-Hant/settings": zhHantSettings, 31 "fr-FR/common": frFRCommon, 32 "fr-FR/settings": frFRSettings, 33 + "ro-RO/common": roROCommon, 34 + "ro-RO/settings": roROSettings, 35 }; 36 37 export async function loadTranslationData( ··· 47 es: "es-ES", 48 zh: "zh-Hant", 49 fr: "fr-FR", 50 + ro: "ro-RO", 51 }[locale] || locale; 52 53 const localeNamespaceKey = `${fullLocale}/${namespace}`;