Skip to content

Commit 85e7eb9

Browse files
committed
Fix parse issue with translation files.
Weblate couldn't parse some of the translation files as the copyright part came after the first empty msgid msgstr, which lead to a parse error. zh_CN.po had a translation not enclosed in the required string enclosure which led to a parse error. Signed-off-by: Chihurumnaya Ibiam <[email protected]>
1 parent e210ac9 commit 85e7eb9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

po/ar.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
msgid ""
2-
msgstr ""
31
# Walter Bender <[email protected]>. 2018
42
#
3+
msgid ""
4+
msgstr ""
55
"Project-Id-Version:\n"
66
"POT-Creation-Date:\n"
77
"PO-Revision-Date:\n"

po/gug.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
msgid ""
2-
msgstr ""
31
# Copyright (C) 2017 Martin Oesterreich
42
# This file is distributed under the AGPL
53
# Walter Bender <[email protected]>, 2017.
64
#
5+
msgid ""
6+
msgstr ""
77
"Project-Id-Version: PACKAGE VERSION\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2012-12-28 11:07-0500\n"

po/pt.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
msgid ""
2-
msgstr ""
31
# POT file for Music Blocks
42
# Copyright (C) 2017 Walter Bender
53
# This file is distributed under the AGPL
64
# Walter Bender <[email protected]>, 2017.
75
# Paulo Francisco Slomp <[email protected]>, 2019.
6+
msgid ""
7+
msgstr ""
88
"Project-Id-Version: \n"
99
"POT-Creation-Date: \n"
1010
"PO-Revision-Date: 2019-01-14 23:57-0200\n"

po/zh_CN.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ msgstr "男高音"
13191319
#: js/blocks/ExtrasBlocks.js:651
13201320
#.TRANS: musical instrument
13211321
msgid "bass"
1322-
msgstr 低音""
1322+
msgstr "低音"
13231323

13241324
#: js/block.js:3842
13251325
#: js/blocks.js:2600

0 commit comments

Comments
 (0)