Štefan Peťovský

Results 2 comments of Štefan Peťovský

@strarsis There is hardcoded `compatibilityJSON: 'v3',` in [i18next-scanner parser.js:22](https://github.com/i18next/i18next-scanner/blob/master/src/parser.js#L22) which uses numerical suffixes (`_0`,`_1`,`_2`,...) instead of alpha form (`_one`, `_few`, `_others`,...) You could continue using i18next-scanner and set v3 in...

Thanks @JillRegan. While the credential field is accessible now, I believe the current implementation is incomplete and inconsistent with the codebase. The condition `if f.ID == "credential" && item.Category ==...