diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 12:00:56 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 12:00:56 +0200 |
commit | 3136a0ba3cb444e8d25e52709f23730dcb0add8c (patch) | |
tree | ca9b4d6f0c6974c74a8414fcb8764b8d7366f1ff /examples/i18n/main.cpp | |
parent | 421a95c5b787bf844733a39bc93806d53ff5efe4 (diff) | |
download | tqt3-3136a0ba3cb444e8d25e52709f23730dcb0add8c.tar.gz tqt3-3136a0ba3cb444e8d25e52709f23730dcb0add8c.zip |
Update translations binary files
because they are not generated during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'examples/i18n/main.cpp')
-rw-r--r-- | examples/i18n/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/i18n/main.cpp b/examples/i18n/main.cpp index e43634c46..700547ef5 100644 --- a/examples/i18n/main.cpp +++ b/examples/i18n/main.cpp @@ -99,7 +99,7 @@ int main( int argc, char** argv ) TQApplication app( argc, argv ); const char* qm[]= - { "ar", "cs", "de", "el", "en", "eo", "fr", "it", "jp", "ko", "no", "ru", "zh", 0 }; + { "ar", "cs", "de", "el", "en", "eo", "fr", "it", "jp", "ko", "no", "ru", "sk", "zh", 0 }; #if defined(Q_OS_UNIX) srand( getpid() << 2 ); |