ReactNativeLocalization
ReactNativeLocalization copied to clipboard
Class to localize the ReactNative interface
Hi, When I am switching from English to Hindi all the Text Input labels are getting changes to Hindi but the values of Drop Down Menu is not getting changed....
I want to fetch json from api and put into localisedString
I tried adding: `pod 'react-native-localization', :path => '../node_modules/react-native-localization/ReactNativeLocalization.podspec'` but got the error: `The name of the given podspec 'ReactNativeLocalization' doesn't match the expected one 'react-native-localization'` How would I add this...
https://github.com/stefalda/ReactNativeLocalization/commit/2a3e91c48095dd3d5fe58d1059179da438a882e1 changes the behaviour of `-(NSString*) getCurrentLanguage` significantly, however, on iOS 10+ it uses `[[NSLocale currentLocale] localeIdentifier]`, which "is based on the device's Region Format settings, not the language." (see:...
May be it's improvement we Must have Defenetly typed script to avoid Unresolved variables in editor when we access strings
TypeError: language.indexOf is not a function at Object.getBestMatchingLanguage (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:110836:24) at LocalizedStrings.setLanguage (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:110635:34) at _callee$ (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:96001:36) at tryCatch (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25666:19) at Generator.invoke [as _invoke] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25841:24) at Generator.prototype. [as next] (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:25709:23) at tryCatch...
I think it would be pretty good if possible.
How to change language in the drawer item. I used the drawer of `react-navigation`. But somehow, other text in the application will change while the text in drawer items will...
it would be useful to say what are the breaking changes from one major version to another