-
[Mozilla bug 971047](https://bugzilla.mozilla.org/show_bug.cgi?id=971047) introduced the CLD library to detect a language given some text. This could be more resilient (and possibly easier) to detect …
-
https://github.com/crodas/LanguageDetector/blob/master/example/samples/swedish
https://translate.google.com/#auto/sv/maswala%20ya%20umuhimu%20wa%20kitaifa%2C%20badala%20ya%20yale%20ya%20kibinafsi%2…
-
## 🐛 Bug Report
A clear and concise description of what the bug is.
` name: "querystring",
lookup(e) {
let t, {lookupQuerystring: r} = e;
…
-
Hi, I have that error message when trying to build on development mode.
I've tried installing packages "browser-lang" and "i18next-browser-languagedetector" via npm. I've also deleted node_modules,…
-
I think that internationalization would be a good addition to the features in this project.
Would make it easier to replace text from a single file instead of replacing text in all the components.
…
-
Maybe use Tika Apache: https://tika.apache.org/1.16/api/org/apache/tika/language/detect/LanguageDetector.html
Example: If we notice a column with some Japanese characters, actually use some Japanes…
-
**Do you want to request a _feature_ or report a _bug_?**
bug
**What is the current behavior?**
npm i react-localize-redux@latest
5 high severity vulnerabilities
To address all issues (…
-
We reference global.localstorage in a bunch of places, which just straight out throws an error in the private mode of safari 10. Probably want to wrap them in a bunch of try/catch blocks to avoid that…
-
```java
LanguageDetector detector = LanguageDetectorBuilder.fromLanguages(ENGLISH,CHINESE , THAI, VIETNAMESE).build();
SortedMap languageDoubleSortedMap = detector.computeLanguageConfidenceValues("ี…
-
**Describe the bug**
If using i18next v4 plural format, i18nAlly consider a plural key missing (i18n-ally-key-missing) when called with count
like reported a few years ago in [#677](https://github.c…