-
Notifications
You must be signed in to change notification settings - Fork 264
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
Does not add new translations #162
Comments
Looks like i18n-tasks does not know about the locales in your project. What does |
Here are the values about locales :
|
The locales seem OK. What does |
There is the output :
|
And there is another test :
|
May be related to #134 |
This is how i18n-tasks currently resolves missing keys:
So when you run |
This should be fixed in v0.8.6, please give it a try! |
Thank for the quick fix but there is still a problem :
|
@ylecuyer Please try the new version (v0.8.7)! Thanks |
No it doesn't work either :
Thanks |
@ylecuyer What is the expected output in the above? Looks correct to me |
For me the correct output shoul be :
The second command doesn't have the -v option thus it should output text. |
The default interpolation for $ i18n-tasks add-missing -v '%{human_key}' en es fr |
Ok. Thank you! |
I have the following issue:
The expected output for the first command is the result of the third output and the third output should be equal to the first.
The text was updated successfully, but these errors were encountered: