spiderbit / canta

The main public repo for the Canta project - a free karaoke game
http://www.canta-game.org
16 stars 2 forks source link

Untranslated strings #8

Closed glixx closed 11 years ago

glixx commented 11 years ago

Start:

*removed Dummy to another bug

glixx commented 11 years ago

Fix localization

sed -i -e "s/str(('Genre: '))/('Genre: ')/g" ./canta/menus/browserentry.py sed -i -e "s/str(('Edition: '))/_('Edition: ')/g" ./canta/menus/browserentry.py sed -i -e "s/str(('Creator: '))/_('Creator: ')/g" ./canta/menus/browserentry.py sed -i -e "s/str(('BPM: '))/_('BPM: ')/g" ./canta/menus/browser_entry.py

spiderbit commented 11 years ago

"Start:" is fixed in newest commit from the branch propose_0.2

spiderbit commented 11 years ago

need updated po-file from you for russion language because I added the "Start" string

spiderbit commented 11 years ago

I kind of see that bug fixed for 0.2 I added the Start String, "Dummy" is not that importent I think, I could remove that selection box maybe ^^ and set it fixed to gstreamer ^^ that would maybe fix that ^^ But why would you change that if gstreamer works very good ^^

yes of course its a small localisation task/bug but I dont know if my spare time is invested good into fixing such minor problems in a old version.

I mean if I as example could bring the version 0.3 in a regression-free state it would fix that crash bug on save and restart.

But ok I let that bug open for now.

spiderbit commented 11 years ago

splited this bug in 2 seperate ones, Dummy and other option-translations is in #23

this bug is fixed in propose_0.2 tree