Skip to content
New issue

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

merge is making active.und.json & translate.und.json #196

Open
joeblew99 opened this issue Jul 10, 2019 · 0 comments
Open

merge is making active.und.json & translate.und.json #196

joeblew99 opened this issue Jul 10, 2019 · 0 comments

Comments

@joeblew99
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant