Browse Source
yuzu: Port translation support from Citra
yuzu: Port translation support from Citra
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>pull/15/merge
17 changed files with 255 additions and 86 deletions
-
2.ci/scripts/linux/docker.sh
-
2.ci/scripts/windows/docker.sh
-
5CMakeLists.txt
-
2README.md
-
2dist/languages/.gitignore
-
8dist/languages/.tx/config
-
1dist/languages/README.md
-
33src/yuzu/CMakeLists.txt
-
2src/yuzu/configuration/config.cpp
-
9src/yuzu/configuration/configure_dialog.cpp
-
6src/yuzu/configuration/configure_dialog.h
-
27src/yuzu/configuration/configure_ui.cpp
-
6src/yuzu/configuration/configure_ui.h
-
34src/yuzu/configuration/configure_ui.ui
-
42src/yuzu/main.cpp
-
5src/yuzu/main.h
-
1src/yuzu/uisettings.h
@ -0,0 +1,2 @@ |
|||||
|
# Ignore the source language file |
||||
|
en.ts |
||||
@ -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 |
||||
@ -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. |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue