From 5e23dcae2dc523df438d47be8a5ea7eb1eb84e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 10 Apr 2020 12:00:56 +0200 Subject: Update translations binary files because they are not generated during build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 3136a0ba3cb444e8d25e52709f23730dcb0add8c) --- examples/i18n/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/i18n/main.cpp') 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 ); -- cgit v1.2.1