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 694280 - desktop-file-validate gnome-boxes.desktop broken by Greek translation
desktop-file-validate gnome-boxes.desktop broken by Greek translation
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Greek [el]
git master
Other Linux
: Normal normal
: ---
Assigned To: Hellenic (Greek) I18n mailling list for Free Software
Simos Xenitellis
Depends on:
Blocks:
 
 
Reported: 2013-02-20 15:27 UTC by Christophe Fergeau
Modified: 2013-02-21 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christophe Fergeau 2013-02-20 15:27:28 UTC
Running desktop-file-validate ./gnome-boxes.desktop after building gnome-boxes gives:

./gnome-boxes.desktop: error: value "???????? ???????vm?" for locale string list key "Keywords[el]" in group "Desktop Entry" does not have a semicolon (';') as trailing character

This is caused by this:
#: ../data/gnome boxes.desktop.in.in.h:4
#| msgid "View and use virtual machines"
msgid "virtual machine;vm;"
msgstr "εικονική μηχανή·vm·"

';' should be used as the separator.
Comment 1 Tom Tryfonidis 2013-02-20 16:20:02 UTC
Thank you for the report Christophe,I fixed the error.
Comment 2 Christophe Fergeau 2013-02-21 08:48:27 UTC
Yes, all is good now, closing this bug. Thanks for the quick fix!