From 347b50ad439f184f0414bf978791f62b7a7c7017 Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Sun, 26 Jan 2020 00:26:07 +0100 Subject: yuzu: Port translation support from Citra Co-Authored-By: Weiyi Wang --- dist/languages/.gitignore | 2 ++ dist/languages/.tx/config | 8 ++++++++ dist/languages/README.md | 1 + 3 files changed, 11 insertions(+) create mode 100644 dist/languages/.gitignore create mode 100644 dist/languages/.tx/config create mode 100644 dist/languages/README.md (limited to 'dist/languages') 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 = .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. -- cgit v1.2.3