diff options
| author | Nano Akron <nanoakron@users.noreply.github.com> | 2017-02-27 21:22:25 +0000 |
|---|---|---|
| committer | Nano Akron <nanoakron@users.noreply.github.com> | 2017-02-27 21:22:25 +0000 |
| commit | a34b7c713635673f69f8eed20b65dd9a8f9e82ad (patch) | |
| tree | 3f9d892d83abd4015246a49df309f5234a59605e | |
| parent | e826f7c1ecdcdc1e588e67b07278f7433cd867eb (diff) | |
| download | monzero-gui-a34b7c713635673f69f8eed20b65dd9a8f9e82ad.tar.gz monzero-gui-a34b7c713635673f69f8eed20b65dd9a8f9e82ad.tar.xz monzero-gui-a34b7c713635673f69f8eed20b65dd9a8f9e82ad.zip | |
May seem petty, but it's a real political sticking-point in China
This also means that the same 'Chinese' (mainland) flag will be used
for both traditional and simplified writing systems.
| -rw-r--r-- | monero-wallet-gui.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 9bd84205..8990b69e 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -275,7 +275,7 @@ TRANSLATIONS = \ # English is default language, no explicit translation file $$PWD/translations/monero-core_nl.ts \ # Dutch $$PWD/translations/monero-core_pl.ts \ # Polish $$PWD/translations/monero-core_ru.ts \ # Russian - $$PWD/translations/monero-core_zh.ts \ # Chinese (Taiwan) + $$PWD/translations/monero-core_zh.ts \ # Chinese (Traditional) CONFIG(release, debug|release) { DESTDIR = release/bin |
