-
In the example you can use variables with defaultMessage like
```intl.get('HELLO', { name }).d(`Hello, ${name}`); // "Hello, Tony"```. But is there anyway to get defaultMessage to work with locale t…
-
I'm using this tool to translate PO files to Brazilian Portuguese (pt_BR) - but the header of the translated files become:
> "[...]
> Plural-Forms: nplurals=2; plural=(n != 1);
> [...]"
... from the…
-
## 🐛 Bug Report
I am not sure if this:
- a bug in i18next-conv
- a bug in i18next
- expected behaviour
When converting from JSON to PO, all underscores are treated as plurals.
## To Reprod…
-
### Bug Description
Hi,
TLDR, when I ask query "Show all topics" it creates query "SELECT name FROM topic", while the actual table name is topic**s**, the query fails obviously
## Here is my se…
-
Prettytime will not localize “day” correctly if the default language is italian and prettytime's locale is set to english. The problem seems to be that when setting locale to english, the future singu…
-
These are instances of nouns (`NN`) and proper nouns (`NNPS`) marked as plurals (`Number=Plur`) where the lemma is the plural form. Each of these (on a case by case basis) should either:
1. use the s…
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/scribe-org/Scribe-Data/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow Scribe-Data's [Code of Con…
-
UG mentions that allergies must be in singular form and not plural (egg not eggs) but it does not differentiate in the app itself
add jehiqhr, 100, 100, eggs, lunch, www.eggs.com
-------------------…
-
I'm calling a "link plural" a markdown structure in the form:
```
[`Span`]s
```
Where some link, with or without formatting, is followed by some other characters (usually a pluarl).
Right now, …
-
The method `String getPluralForm(String word)` in class `com.sun.codemodel.JJavaName` uses case _insensitive_ patterns to map singular words to their plural form. Because of this, the plural of `Child…