Changeset - b3c62b8dd890
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 7 years ago 2019-03-10 22:13:35
thomas.de_schampheleire@nokia.com
i18n: es: fix syntax error

Weblate reports:

msgmerge --no-wrap --backup=none --previous --update /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/es/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/es/LC_MESSAGES/kallithea.po:1667: end-of-line within string
/home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/es/LC_MESSAGES/kallithea.po:1667:6: syntax error
msgmerge: found 2 fatal errors
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/i18n/es/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -1654,25 +1654,24 @@ msgstr "Cambios que faltan desde la ultima petición de pull:"
 
#| msgid "New changesets on %s %s since the previous pull request:"
 
msgid "New changesets on %s %s since the previous iteration:"
 
msgstr "Cambios nuevos en %s %s desde la ultima petición pull:"
 

	
 
#: 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 "El ascendente no ha cambiado - ver diferencias desde la versión anterior:"
 

	
 
#: kallithea/model/pull_request.py:362
 
#, fuzzy, python-format
 
#| msgid "" "
 
msgid ""
 
"This iteration is based on another %s revision and there is no simple "
 
"diff."
 
msgstr ""
 
"La petición de pull está basada en otra %s revisión y no hay un diff "
 
"simple."
 

	
 
#: 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 "No se encontró ningún cambio en %s %s desde la versión anterior."
0 comments (0 inline, 0 general)