early-access version 3031
This commit is contained in:
parent
7d967241e6
commit
a16bd56aff
4 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 3029.
|
This is the source code for early-access 3031.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
2
dist/languages/.tx/config
vendored
2
dist/languages/.tx/config
vendored
|
@ -1,7 +1,7 @@
|
||||||
[main]
|
[main]
|
||||||
host = https://www.transifex.com
|
host = https://www.transifex.com
|
||||||
|
|
||||||
[yuzu.emulator]
|
[o:yuzu-emulator:p:yuzu:r:emulator]
|
||||||
file_filter = <lang>.ts
|
file_filter = <lang>.ts
|
||||||
source_file = en.ts
|
source_file = en.ts
|
||||||
source_lang = en
|
source_lang = en
|
||||||
|
|
4
dist/languages/README.md
vendored
4
dist/languages/README.md
vendored
|
@ -1 +1,3 @@
|
||||||
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.
|
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 -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.
|
||||||
|
|
|
@ -3280,7 +3280,7 @@ void GMainWindow::LoadAmiibo(const QString& filename) {
|
||||||
QMessageBox::warning(this, title, tr("The current game is not looking for amiibos"));
|
QMessageBox::warning(this, title, tr("The current game is not looking for amiibos"));
|
||||||
break;
|
break;
|
||||||
case InputCommon::VirtualAmiibo::Info::Unknown:
|
case InputCommon::VirtualAmiibo::Info::Unknown:
|
||||||
QMessageBox::warning(this, title, tr("An unkown error occured"));
|
QMessageBox::warning(this, title, tr("An unknown error occurred"));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue