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
committed by fearlessTobi
parent 9a8c4db441
commit 48ac1c2e67
5 changed files with 52 additions and 0 deletions

3
dist/languages/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Ignore the source language file
en.ts

9
dist/languages/.tx/config vendored Normal file
View File

@@ -0,0 +1,9 @@
[main]
host = https://www.transifex.com
[yuzu.emulator]
file_filter = <lang>.ts
source_file = en.ts
source_lang = en
type = QT

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

@@ -0,0 +1 @@
This directory stores translation patches (TS files) for yuzu Qt frontend. This directory is linked with [yuzu project on transifex](https://www.transifex.com/yuzu-emulator/yuzu), 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.