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:04:43 +0200 |
commit | 5e23dcae2dc523df438d47be8a5ea7eb1eb84e47 (patch) | |
tree | f201af07dfa14513555186b54b33c8d2b08000c4 /examples/i18n/main.cpp | |
parent | 236ab216ab5486feb7315c5321120ec7a062c704 (diff) | |
download | tqt3-5e23dcae2dc523df438d47be8a5ea7eb1eb84e47.tar.gz tqt3-5e23dcae2dc523df438d47be8a5ea7eb1eb84e47.zip |
Update translations binary filesr14.0.8
because they are not generated during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3136a0ba3cb444e8d25e52709f23730dcb0add8c)
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 ); |