After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735186 - msgfmt check: not updating.
msgfmt check: not updating.
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: Translations
git master
Other Linux
: Normal critical
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-08-21 20:31 UTC by Stas Solovey
Modified: 2014-08-25 07:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stas Solovey 2014-08-21 20:31:24 UTC
PO file 'NetworkManager.master.ru.po' doesn't pass msgfmt check: not updating.
Comment 1 Thomas Haller 2014-08-21 21:07:51 UTC
Sorry, what is the problem? Can you give some more details?

How did you invoke this check?
Comment 2 Stas Solovey 2014-08-21 21:28:54 UTC
I am a committer of GNOME Russian translation team. I can't update .po-file, because it blocked by error in old .po-file

error is:
[st@Dell ~]$ msgfmt -vc NetworkManager.master.ru.po
NetworkManager.master.ru.po:5762: number of format specifications in 'msgid_plural' and 'msgstr[0]' does not match
msgfmt: found 1 fatal error

https://l10n.gnome.org/vertimus/NetworkManager/master/po/ru
Comment 3 Jiri Klimes 2014-08-22 09:26:34 UTC
Our make does not reveal the error. But, by running 'msgfmt -vc ru.po' I see it as well.

Apparently it needs this:
diff --git a/po/ru.po b/po/ru.po
index 96a4c8a..586414a 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6238,7 +6238,7 @@ msgstr "(нет дополнительных маршрутов)"
 #, c-format
 msgid "One custom route"
 msgid_plural "%d custom routes"
-msgstr[0] "Один дополнительный маршрут"
+msgstr[0] "%d дополнительный маршрут"
 msgstr[1] "%d дополнительных маршрута"
 msgstr[2] "%d дополнительных маршрутов"
Comment 4 Jiri Klimes 2014-08-25 07:51:41 UTC
6de4a54 po: fix an error in a plural form of a Russian translation (bgo #735186)