Guest User

Untitled

a guest
Jun 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Adding a new Translation:
  2. - Add LANG-CODE to each LINGUAS file
  3. - edit po/wesnoth-man*/wesnoth-man*.cfg to have the LANGCODE added here, too
  4. - "msginit -l LANG_CODE --no-translator" in each domain dir
  5. ## "make LANG_CODE.po-create" in each domain dir ## not needed/working
  6. - and than commiting changed LINGUAS and new LANG_CODE.po files
  7. - svn add po/wesnoth*/LANG-CODE.po
  8. - svn ci po/wesnoth*/LANG-CODE.po po/*/LINGUAS
  9. - add data/languages/langcode_COUNTRYCODE.cfg
  10. - add language to data/core/about.cfg
  11. - make sure that po/wesnoth/LANCODE.po does really compile (plural forms and rest of header)
Add Comment
Please, Sign In to add comment