ReactNativeLocalization icon indicating copy to clipboard operation
ReactNativeLocalization copied to clipboard

Class to localize the ReactNative interface

Results 71 ReactNativeLocalization issues
Sort by recently updated
recently updated
newest added

I have my react native app supporting two languages; English and Arabic. Whenever the language chosen is Arabic, the text input fields enforce an rtl(Right to left) direction, which I...

Newly created projects fails, because jcenter has removed mentioned version of plugin. I could fix it for me by adding 'maven { url "https://dl.bintray.com/android/android-tools" }' for buildscript section. Any plans...

Hi Stefano, It works okay on iOS without Pod but if I use Pod then I see error. 'Something went wrong initializing the native ReactNativeLocalization module.....' ![mspaint_2018-08-11_16-37-02](https://user-images.githubusercontent.com/5274465/43990331-fee17c14-9d84-11e8-9b3f-2552518b66d5.png) ![conemu64_2018-08-11_16-37-39](https://user-images.githubusercontent.com/5274465/43990330-fbd69356-9d84-11e8-9cf8-37c8d3704b13.png) RN: 0.56.0...

Hello First of all, thanks for cool module! :) I just want to ask is there any easy way to use 1 language for list of codes. Example: uk -...

enhancement

Hi, expert ! i want to add my country languages in my app ....how can i achieve this !!

I would like to add the ability to add bold text to my localizations. This would only require 1 line of code to change. In LocalizedStrings.js change line 77 to...

enhancement

I've tried all of the solutions from the comments from here: https://github.com/stefalda/ReactNativeLocalization/issues/37 And none of them worked for me. I am always getting the same message: "TypeError: Cannot read property...

hi i implemented this library but after changing device language and i open background react native app but still its not changing language . I need when i open background...

I would really love to use this library but it is missing support for plurals which I need. eg in Android we have ``` // english %d day %d days...

Hello, Great repo, I'm getting some good use out of it! For some reason all over my app this works without a hitch, but in one particular component doing strings.getLanguage()...