Changeset - c83f4a4d3aee
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 7 years ago 2019-03-10 21:58:20
thomas.de_schampheleire@nokia.com
i18n: el: fix syntax errors

Weblate reports:

msgmerge --no-wrap --backup=none --previous --update /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/kallithea.pot

/home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1686: end-of-line within string
/home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1686: keyword "simple" unknown
/home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1686:10: syntax error
/home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1686: keyword "diff" unknown
/home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/el/LC_MESSAGES/kallithea.po:1687: end-of-line within string
msgmerge: found 5 fatal errors


Problem introduced in commit 880e2f07651b3eaf88d01e71ac7f3cbf88df163c
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/i18n/el/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -1673,26 +1673,25 @@ msgstr "Ελλιπή σετ αλλαγών από την προηγούμενη αίτηση έλξης:"
 
#| msgid "New changesets on %s %s since the previous pull request:"
 
msgid "New changesets on %s %s since the previous iteration:"
 
msgstr "Καινούρια σετ αλλαγών στα %s %s από την προηγούμενη αίτηση έλξης:"
 

	
 
#: kallithea/model/pull_request.py:355
 
#, fuzzy
 
#| msgid "Ancestor didn't change - show diff since previous version:"
 
msgid "Ancestor didn't change - diff since previous iteration:"
 
msgstr "Το γονικό δεν άλλαξε - εμφάνισε τις διαφορές από την προηγούμενη έκδοση:"
 

	
 
#: kallithea/model/pull_request.py:362
 
#, fuzzy, python-format
 
#| msgid "" "This pull request is based on another %s revision and there is no
 
#| simple " "diff."
 
#| msgid "This pull request is based on another %s revision and there is no simple diff."
 
msgid ""
 
"This iteration is based on another %s revision and there is no simple "
 
"diff."
 
msgstr ""
 
"Αυτή η αίτηση έλξης είναι βασισμένη σε μία άλλη %s αναθεώρηση και δεν "
 
"υπάρχει ένα απλό diff."
 

	
 
#: kallithea/model/pull_request.py:364
 
#, fuzzy, python-format
 
#| msgid "No changes found on %s %s since previous version."
 
msgid "No changes found on %s %s since previous iteration."
 
msgstr "Δεν βρέθηκαν αλλαγές στο %s %s από την προηγούμενη έκδοση."
0 comments (0 inline, 0 general)