Live video on the AT Protocol

fix: add hans imports to native

+4
+4
js/components/src/i18n/i18n-loader.native.ts
··· 10 10 import frFRSettings from "../../public/locales/fr-FR/settings.json"; 11 11 import ptBRCommon from "../../public/locales/pt-BR/common.json"; 12 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"; 13 15 import zhHantCommon from "../../public/locales/zh-Hant/common.json"; 14 16 import zhHantSettings from "../../public/locales/zh-Hant/settings.json"; 15 17 ··· 20 22 "pt-BR/settings": ptBRSettings, 21 23 "es-ES/common": esESCommon, 22 24 "es-ES/settings": esESSettings, 25 + "zh-Hans/common": zhHansCommon, 26 + "zh-Hans/settings": zhHansSettings, 23 27 "zh-Hant/common": zhHantCommon, 24 28 "zh-Hant/settings": zhHantSettings, 25 29 "fr-FR/common": frFRCommon,