MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update /

Class

src/i18n.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5type TranslationValues = Record<string, string | number>;
6
7class I18n {
8 private currentLocale: 'zh' | 'en' = 'en';
9 private translations = {
10 zh: zhTranslations,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected