We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should not be making these “…und …” files right ?
Had a look here: https://github.com/nicksnyder/go-i18n/blob/master/v2/i18n/localizer.go#L129
Reprod:
ls -al active.de.json active.en.json active.fr.json active.ja.json touch assets/i18n/translate.cz.json ls -al active.de.json active.en.json active.fr.json active.ja.json translate.cz.json goi18n merge -format json -outdir assets/i18n/ assets/i18n/active.en.json assets/i18n/translate.cz.json ls -al active.de.json active.en.json active.fr.json active.ja.json active.und.json translate.cz.json translate.und.json
I am on a Mac with Lang set to EN.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should not be making these “…und …” files right ?
Had a look here:
https://github.com/nicksnyder/go-i18n/blob/master/v2/i18n/localizer.go#L129
Reprod:
I am on a Mac with Lang set to EN.
The text was updated successfully, but these errors were encountered: