yuzu-fork/dist/languages
Kyle Kienapfel fcebd36cde Translations: new transifex client
Currently we're using the python client which uses an API that they
state will sunset Nov 30, 2022.

`tx push -s` actually appears to work properly, some of the other
commands require tweaking, like instead of suggesting `tx pull -a` in
dist/languages we need to suggest `tx pull -t -a`
2022-10-14 23:12:40 -07:00
..
.tx Translations: new transifex client 2022-10-14 23:12:40 -07:00
.gitignore yuzu: Port translation support from Citra 2020-07-18 14:09:11 +02:00
ca.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
cs.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
da.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
de.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
el.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
es.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
fi.ts yuzu: mention GPLv3.0+ in about dialog 2022-04-18 20:23:57 +02:00
fr.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
id.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
it.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
ja_JP.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
ko_KR.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
nb.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
nl.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
pl.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
pt_BR.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
pt_PT.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
README.md Translations: new transifex client 2022-10-14 23:12:40 -07:00
ru_RU.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
sv.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
tr_TR.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
vi.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
vi_VN.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
zh_CN.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00
zh_TW.ts Update translations (2022-10-01) 2022-10-01 04:10:52 +00:00

This directory stores translation patches (TS files) for yuzu Qt frontend. This directory is linked with yuzu project on transifex, so you can update the translation by executing tx pull -t -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.