-
Hi,
I have the following code-block in my application, which is not detected by the parser and thus not included in the resulting .po-file:
```javascript
import { ngettext, msgid } from 'ttag.mac…
-
The parser appears to fail on all of these:
```
Single quote escapes:
{{ ngettext('\'quote', 'quotes', amount) }}
{{ ngettext('\'quote\'', 'quotes', amount) }}
{{ ngettext('quote', '\'quotes', amount…
-
-
In some languages it can make sense to translate some numbered strings without including the number itself.
For example, currently our Arabic localization does this for ["%d second" / "%d seconds"]…
-
I'm getting this error when calling gettext.
```
Uncaught TypeError: this.dcnpgettext is undefined
ngettext gettext.js:183
debugger eval code:1
```
Also, can't seem to find where `d…
-
I'm getting several
```
error CS0234: The type or namespace name 'AssemblyMetadataAttributeAttribute' does not exist in the namespace 'System.Reflection' (are you missing an assembly reference?)
``…
-
**Describe the bug**
"From now" and "ago" in the filter widget are not translated
**To Reproduce**
Steps to reproduce the behavior:
1. Change your user language to anything other than English
2…
-
Hi,
I would like to use my Deluge client on my Linux machine or Macbook. Is this possible? No I can't but also get some errors by start. A returning error is:
```
2020-01-27 00:23:59,904 DEBG '…
-
I couldn't find anything in the docs.
Or can we use `ngettext` with JSX? e.g:
```
const countButton = {count};
const result =
{ngettext(msgid`${countButton} time`, `${countButton} times…
-
Currently the module only has a default export, which means it can be used like so:
```
import gettext from "gettextjs";
xxx = gettext.gettext("Translate me");
```
If it also had a named ex…