tests/projects/svghmi_i18n/svghmi_0@svghmi/sl_SI.po
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 05 Oct 2022 16:10:17 +0200
branchwxPython4
changeset 3617 c3aae4c95bc1
parent 3416 53c66c4aefa3
permissions -rw-r--r--
Runtime: work around 1s delay added when using twisted reactor's callLater.

Since wxPython4, using wxReactor from non-main thread was producing
exceptions in wxWidget's C++ code. Then reactor.run() was called from
main thread, and runtime's worker was delegating calls to reactor
with callLater(0, callable).

While this worked perfectly with wxReactor, it did introduce an unexplained
1 second delay to each worker call when using nomal linux reactors
(i.e. without wxPython). As a workaround reactor runs in a thread when using
twisted without wxPython
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2021-02-14 18:36+CET\n"
"PO-Revision-Date: 2021-02-14 18:38+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: sl_SI\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: SVGHMI 1.0\n"
"X-Generator: Poedit 2.4.2\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n"
"%100<=4 ? 2 : 3);\n"

msgid "height is %d meters"
msgstr "To je celo število %d m"

msgid "This is an integer value : %d"
msgstr "To je celo število %d"

msgid "Some \"other\" ČĆĐš english text"
msgstr "En drug angleški tekt"

msgid ""
"Some english text\n"
"another line\n"
"a third one"
msgstr ""
"En angleški tekst\n"
"druga vrstica\n"
"tretja vrstica"