From 4824970e2b07fc89d428095ce27113756adbe47a Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 24 Jul 2021 07:13:07 +0300 Subject: Updated translations --- po/compile.py | 2 ++ res/lang/de.bin | Bin 22259 -> 22448 bytes res/lang/fi.bin | Bin 23461 -> 23537 bytes res/lang/ia.bin | Bin 23169 -> 23176 bytes res/lang/ie.bin | Bin 22727 -> 22770 bytes res/lang/pl.bin | Bin 23975 -> 24109 bytes res/lang/ru.bin | Bin 34206 -> 34427 bytes res/lang/sr.bin | Bin 33611 -> 34162 bytes 8 files changed, 2 insertions(+) diff --git a/po/compile.py b/po/compile.py index e1839e2e..178342a6 100755 --- a/po/compile.py +++ b/po/compile.py @@ -86,6 +86,8 @@ def parse_po(src): msg_str = unquote(line) if msg_id: messages.append((msg_id, msg_str, msg_index)) + if is_multi and msg_id: + messages.append((msg_id, msg_str, msg_index)) # Apply plural indices to ids. pluralized = [] for msg_id, msg_str, msg_index in messages: diff --git a/res/lang/de.bin b/res/lang/de.bin index d0344618..512061a1 100644 Binary files a/res/lang/de.bin and b/res/lang/de.bin differ diff --git a/res/lang/fi.bin b/res/lang/fi.bin index 7fa647bf..a5c8b35d 100644 Binary files a/res/lang/fi.bin and b/res/lang/fi.bin differ diff --git a/res/lang/ia.bin b/res/lang/ia.bin index 2073c5df..df4123aa 100644 Binary files a/res/lang/ia.bin and b/res/lang/ia.bin differ diff --git a/res/lang/ie.bin b/res/lang/ie.bin index fafedcd6..54fcadd6 100644 Binary files a/res/lang/ie.bin and b/res/lang/ie.bin differ diff --git a/res/lang/pl.bin b/res/lang/pl.bin index f3550511..1eebe588 100644 Binary files a/res/lang/pl.bin and b/res/lang/pl.bin differ diff --git a/res/lang/ru.bin b/res/lang/ru.bin index d1e09825..4a4a99f6 100644 Binary files a/res/lang/ru.bin and b/res/lang/ru.bin differ diff --git a/res/lang/sr.bin b/res/lang/sr.bin index a5d2164f..1a8843de 100644 Binary files a/res/lang/sr.bin and b/res/lang/sr.bin differ -- cgit v1.2.3