Changeset - e27789c0a807
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 7 years ago 2019-03-12 21:25:19
thomas.de_schampheleire@nokia.com
i18n: pt_BR: fix empty 'Language' entry

This causes 'python2 setup.py update_catalog' to fail with:

File "/usr/lib64/python2.7/site-packages/babel/core.py", line 1094, in parse_locale
raise ValueError('expected only letters, got %r' % lang)
ValueError: expected only letters, got u''
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.po
Show inline comments
 
@@ -9,13 +9,13 @@ msgstr ""
 
"Project-Id-Version: Kallithea 0.3\n"
 
"Report-Msgid-Bugs-To: translations@kallithea-scm.org\n"
 
"POT-Creation-Date: 2017-07-27 13:13+0200\n"
 
"PO-Revision-Date: 2014-02-13 14:34+0000\n"
 
"Last-Translator: marcinkuzminski <marcin@python-blog.com>\n"
 
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/kallithea/kallithea/pt_BR/>\n"
 
"Language: \n"
 
"Language: pt_BR\n"
 
"MIME-Version: 1.0\n"
 
"Content-Type: text/plain; charset=UTF-8\n"
 
"Content-Transfer-Encoding: 8bit\n"
 
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
 

	
 
#: kallithea/controllers/changelog.py:86
0 comments (0 inline, 0 general)