react-localization icon indicating copy to clipboard operation
react-localization copied to clipboard

Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module.

Results 49 react-localization issues
Sort by recently updated
recently updated
newest added

Hello, thanks for making this package. I enjoy using it. However, I encountered a potential issue while using it with TypeScript. It seems that `formatString()` return type specifies an Array...

I'm trying to add translations for prices for canada and the US using the abbreviations en-CA and en-US but this is causing an error because of the dash. Is there...

Hello, I have two files in this format "filename_locale.js", like: - Projects_en.js - Projects_fa.js I check language at begining and import right file like this: ``` alert(strings.getLanguage()); const language =...

Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...

dependencies

I have some stings that are stored in a separate constant files. I am able to set and see those strings on my page when the language is set to...

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Hi, I can't seem to find any way to insert a line break (either a `` or a `\n`). The only option I can think of is to use the...

so let's say i have a locale object with two languages that have one key "data". This data is equal to an array of objects, something like this: `{ en:...

I have "setContent" and then "setLanguage" but nothing changed, if I perform routing then it will show the new language changes. Please tell me how can I change the texts...