aboutsummaryrefslogtreecommitdiffhomepage
path: root/dist/languages
diff options
context:
space:
mode:
authorFearlessTobi <[email protected]>2020-01-26 00:26:07 +0100
committerFearlessTobi <[email protected]>2020-07-18 14:09:11 +0200
commit347b50ad439f184f0414bf978791f62b7a7c7017 (patch)
treebacfca25cb24af83222d2dfb70121c47009ebfd6 /dist/languages
parent4a8cb9a70671db5684dadf10061f3c3cf1d27741 (diff)
downloadyuzu-android-347b50ad439f184f0414bf978791f62b7a7c7017.tar.gz
yuzu-android-347b50ad439f184f0414bf978791f62b7a7c7017.zip
yuzu: Port translation support from Citra
Co-Authored-By: Weiyi Wang <[email protected]>
Diffstat (limited to 'dist/languages')
-rw-r--r--dist/languages/.gitignore2
-rw-r--r--dist/languages/.tx/config8
-rw-r--r--dist/languages/README.md1
3 files changed, 11 insertions, 0 deletions
diff --git a/dist/languages/.gitignore b/dist/languages/.gitignore
new file mode 100644
index 000000000..27e5a0158
--- /dev/null
+++ b/dist/languages/.gitignore
@@ -0,0 +1,2 @@
+# Ignore the source language file
+en.ts
diff --git a/dist/languages/.tx/config b/dist/languages/.tx/config
new file mode 100644
index 000000000..0d9b512ea
--- /dev/null
+++ b/dist/languages/.tx/config
@@ -0,0 +1,8 @@
+[main]
+host = https://www.transifex.com
+
+[yuzu.emulator]
+file_filter = <lang>.ts
+source_file = en.ts
+source_lang = en
+type = QT
diff --git a/dist/languages/README.md b/dist/languages/README.md
new file mode 100644
index 000000000..61981ab1d
--- /dev/null
+++ b/dist/languages/README.md
@@ -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.