Ticket #793 (closed task: fixed)

Opened 6 weeks ago

Last modified 6 weeks ago

untranslatable strings

Reported by: fishi Owned by:
Priority: minor Milestone:
Component: Core Version: trunk
Keywords: Cc:

Description

There are two types of untranslatable entries:

Can be found in the .po file, but not appear in the desired language: "Lyrics fonts and colors" "New automatic playlist" "Queue" "Manage queue" "Display information about current played" "Version" "Informations" "Music" "Allow browse Web radio" "Description" "Wikipedia language" "Play lastest played song" "User station" "Similar artist station" "Change wikipedia language" "Play"

And there are missing strings from the .po file, for example: Auto-updating; Allow browse music from jamendo; Add support of .. to provide music (all except of: leoslyrics.com);

Attachments

hu.po (51.1 kB) - added by fishi 6 weeks ago.
hungarian language file

Change History

Changed 6 weeks ago by fishi

hungarian language file

Changed 6 weeks ago by theli

  • status changed from new to closed
  • resolution set to fixed

You have missing to remove the line that contain "fuzzy" in the po file

ie:

333 #: src/stock.py:124 334 #, fuzzy <------- remove that and the translation will be used 335 msgid "Listen Similar Artist" 336 msgstr "Hasonló elõadók"

([920]) Update hu translation, fix #793

Changed 6 weeks ago by theli

ie:

333 #: src/stock.py:124

334 #, fuzzy <------- remove that and the translation will be used

335 msgid "Listen Similar Artist"

336 msgstr "Hasonló elõadók"

Changed 6 weeks ago by fishi

What a blame.. Sorry.

Note: See TracTickets for help on using tickets.