garikkh

Results 7 issues of garikkh

**Is your feature request related to a problem? Please describe.** Currently, translations that are not extracted have issues when rendering on production. This only happens when `NODE_ENV=production`. There are two...

# Description [//]: # (Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or...

# Description [//]: # (Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or...

### Description When using both `Trans` and `Plural` react macros, gettext formatter does not capture the inner Plural rule properly and instead formats using ICU format. ### Verifications - [x]...

bug

Fixes https://github.com/lingui/eslint-plugin/issues/90 Adds a new rule to prevent `t` calls inside other functions like `plural`, `Plural` and `Trans`

# Description [//]: # (Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or...

### Description When running `lingui extract` with locales that have different plural rules, we would expect the PO to have the correct number of `msgstr` for the number of plurals,...

bug