-
Hi, I believe the following ngettext usage are wrong because there are missing strings after building the pot file.
```
const success_toast = () => {
add_toast(
ngettext(
…
-
### Proposed Changes
`netbox/dcim/views.py` has `_("Disconnected {count} {type}")` where `count` is as far as I can tell an arbitrary number and `type` a pre-baked plural. This cannot be properly tr…
-
Some support for `ngettext(Singular, Plural, Count)` + evaluator for pluralization rules from `Plural-Forms` .po header may be good thing.
```
Plural-Forms: nplurals=3; \
plural=n%10==1…
-
What's the best way to use `ngettext` with JSX?
For example, this won't work:
```javascript
ngettext(msgid`${{n}} widget`, `${{n}} widgets`, n)
```
It would be nice if something like this w…
-
Hi, I couldn't find the answer from the code, so maybe you can help me to understand how to handle such simple case
```
ngettext(msgid`record`, "records", n);
```
babel plugin doesn't like suc…
-
- [x] My proposal does not exist in the `PLANNED & NOT PLANNED.md` document
- [x] I have not found any other opened issues on the same feature request
- [x] I believe this fits within Warehouse's sc…
-
I have started updating Polish translation and noticed that there are some strings which needs singular and plural forms, but po input file allows to enter only one form, what makes translation more d…
-
**Is your feature request related to a problem? Please describe.**
When I was translating the app, I found that there were various strings with hardcoded singular and plural forms. This can be prob…
-
![screen shot 2017-04-04 at 5 16 32 pm](https://cloud.githubusercontent.com/assets/175264/24645241/b8629016-195a-11e7-9437-ceaa99b8b0a1.png)
happened because of
```js
const translationsTempla…
-
I use NGettext with embedded .mo files (instead of having satellite assemblies for all the languages). But I see the NGettext.dll is required and added to the output folder. Unfortunately it does not …