summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2020-01-26 00:26:07 +0100
committerFearlessTobi <thm.frey@gmail.com>2020-07-18 14:09:11 +0200
commit347b50ad439f184f0414bf978791f62b7a7c7017 (patch)
treebacfca25cb24af83222d2dfb70121c47009ebfd6 /dist
parentMerge pull request #4348 from lioncash/nano (diff)
downloadyuzu-347b50ad439f184f0414bf978791f62b7a7c7017.tar
yuzu-347b50ad439f184f0414bf978791f62b7a7c7017.tar.gz
yuzu-347b50ad439f184f0414bf978791f62b7a7c7017.tar.bz2
yuzu-347b50ad439f184f0414bf978791f62b7a7c7017.tar.lz
yuzu-347b50ad439f184f0414bf978791f62b7a7c7017.tar.xz
yuzu-347b50ad439f184f0414bf978791f62b7a7c7017.tar.zst
yuzu-347b50ad439f184f0414bf978791f62b7a7c7017.zip
Diffstat (limited to 'dist')
-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.