Actions
Patch #8494
closedTurkish translation file update
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Translations
Target version:
-
Start date:
2011-06-01
Due date:
% Done:
0%
Estimated time:
Description
I have translated an earlier version of Redmine but merged it with the latest locale file. It should be okay though I wasn't able to test it with the latest version.
Files
Updated by Toshi MARUYAMA almost 14 years ago
- Status changed from Closed to Reopened
Tests on CI server fail.
$ rake locales:check_interpolation ./config/locales/tr.yml: mail_body_wiki_content_added uses %{page} not found in en.yml ./config/locales/tr.yml: mail_subject_wiki_content_updated uses %{page} not found in en.yml ./config/locales/tr.yml: mail_body_wiki_content_updated uses %{page} not found in en.yml ./config/locales/tr.yml: mail_subject_wiki_content_added uses %{page} not found in en.yml
Updated by Toshi MARUYAMA almost 14 years ago
- Status changed from Reopened to Closed
All tests on CI server pass.
Updated by Jean-Philippe Lang almost 14 years ago
Toshi, you can use
rake locales
after updating a translation file. It will:
- check that all keys in en.yml are present in other locales (and add them if necessary)
- check that interpolation arguments are the same as in en.yml
Actions