neithern / g4music

A light weight music player written in GTK4, with a fluent adaptive user interface.
https://gitlab.gnome.org/neithern/g4music
GNU General Public License v3.0
195 stars 15 forks source link

[PO] Error when submitting file to l10n.gnome.org #88

Closed Penfore closed 1 month ago

Penfore commented 1 month ago

I have updated the translation for Brazilian Portuguese downloading and editing the file present in this link, but I got the following error:

image

which translates to:

The .po file failed the “msgfmt -vc” test. Please fix it and try again.

Any idea of how I can proceed?

Thank you!

neithern commented 1 month ago

You'd better edit the po file with gtranslator.

Penfore commented 1 month ago

I have used gtranslator

neithern commented 1 month ago

Please run msgfmt -vc pt_BR.po to see what's wrong with the po file.

Penfore commented 1 month ago

There was a line msgctxt "shortcut window" commented with #| causing a syntax error. I removed the tag #|, submitted the file again and it worked.

Thank you very much!