Ticket #364 (closed Improvement)
Russian translation for the windows installer
| Reported by: | andreas@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | Minor | Milestone: | |
| Component: | Frontend (wiki) | Version: | 2.0 |
| Keywords: | Cc: |
Description
[jira2trac import : issue created on October 19, 2006 10:46:26 AM CEST http://issues.cocoondev.org/browse/DSY-364 ]
Attachments
Change History
Changed 3 years ago by paul
- Attachment 10591_daisy_ru_translation.tar added
comment:1 Changed 3 years ago by paul
- Status changed from new to closed
[jira2trac import : comment created by deining on October 19, 2006 10:57:33 AM CEST]
Find attached a svn diff which fixes a minor error in the German translation and adds the Russian translation to the installer (+ the translation file itself).
Encoding issues:
NSIS does not support Unicode yet:
http://sourceforge.net/tracker/index.php?func=detail&aid=1238132&group_id=22049&atid=373088
According to http://forums.winamp.com/showthread.php?postid=1918361, NSIS assumes no encoding and just copies the bytes as is. Therefore latin1 is appropriate for the German translation, while the Russian language file is in CP-1251 (win).
I just tested that: after selecting "Russian" as the default language for non-Unicode applications in the language control panel of Windows, everything seems to be o.k.
daisy_ru_translation.tar