ReactNativeLocalization
ReactNativeLocalization copied to clipboard
Class to localize the ReactNative interface
How to detect currently selected language?
The country specific variant doesn't work for me. For example, when I try to differentiate between Chinese Simplified and Chinese traditional on iOS, this library fails to pick the correct...
Hi, this is not an issue. It's a support request. You suggest in the [wiki](https://github.com/stefalda/ReactNativeLocalization/wiki) to [Snapshot](https://github.com/KrauseFx/snapshot) Were you able to configure Snapshot on a React Native project? If yes,...
Thanks for the great package, but I was wondering if there is a simple way have it test pseudo language with this setup?
Hello! I have two languages in my app `en` and `de`: ```Javascript import LocalizedStrings from 'react-native-localization' import en from './langs/en' import de from './langs/de' const strings = new LocalizedStrings({ en,...
So... I can no longer do this: ``` import { GlobalStrings, LocalizationStringsApi } from 'react-native-localization'; import LocalizedStrings from 'react-native-localization'; ... const myGlobalStrings: GlobalStrings = { en: { ... ... export...
Actually , when We are giving Country Code Show the languages, Okay , Suppose if i am giving India it has contains 18 Languages like English, Hindi, Telugu, Tamil etc.....
Hello, When the Live reload and Hot reloading are enabled on my virtual device I get the error `A WeakMap cannot have a non-object key`. This error occur when I...
Hello, I don't know if it's done specially, but string keys are not supported. Wouldn't it be more logical to write: `Hello {title}, you have ${amount} on your balance` and...
Hi, Your library is really useful, thanks. I'm an iOS dev but had to integrate your library with both platforms and hit a problem with Android: On running `./gradlew lintDebug`...