update .po files and pot and "special char" problem



Hi,

a)

we just removed the themer from trunk, but our translations still ship it's
strings, to remove them, we would run

cd po
./make-pot generate
for i in $(ls *.po); do ./update.sh $(echo $i | sed -e 's/\..*//g'); done
sed -e '/#~/d' -i *.po
cd ..
vim ChangeLog
svn commit

Ok to do so?

b)

There's a problem with "special chars" in sawfish-ui. for example german "umlaute"
(this are ä ö and ü). At the place, there one of them *would be* printed, the string
is truncated, screenshot:

http://www.nanolx.org/sawfish-umlaute-problem.png

The first string is just

"Namen und Icons der Fenster  beim Bl"

but it must be

"Namen und Icons der Fenster beim Blättern anzeigen"

Any Idea?

Chris

GNOME/Sawfish rule!

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]