diff options
author | FearlessTobi <thm.frey@gmail.com> | 2020-01-26 00:26:07 +0100 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2020-07-18 14:09:11 +0200 |
commit | 347b50ad439f184f0414bf978791f62b7a7c7017 (patch) | |
tree | bacfca25cb24af83222d2dfb70121c47009ebfd6 /dist/languages/.tx/config | |
parent | Merge pull request #4348 from lioncash/nano (diff) | |
download | yuzu-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 '')
-rw-r--r-- | dist/languages/.tx/config | 8 |
1 files changed, 8 insertions, 0 deletions
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 |