cmake: generate translation file and add to resource for citra_qt

This commit is contained in:
wwylele 2017-09-23 16:14:20 +03:00
parent 62890b253e
commit 500a7f07c2
5 changed files with 53 additions and 0 deletions

1
dist/languages/README.md vendored Normal file
View file

@ -0,0 +1 @@
This directory stores translation patches (TS files) for citra Qt frontend. This directory is linked with [citra project on transifex](https://www.transifex.com/citra/citra), so you can update the translation by executing `tx pull -a`. If you want to contribute to the translation, please go the transifex link and submit your translation there. This directory on the main repo will be synchronized with transifex periodically. Do not directly open PRs on github to modify the translation.