On 10.04.2008 09:47, pure_evil@mail.bg wrote:
However, since control panel does not utilize Unicode yet, the additionalb Bulgarian translation matches the English one.
So what's the point of that "translation" then? Right now it doesn't add anything worthwhile but increases the patch size - not good.
You probably increase the chance of your patch being accepted by leaving out that not-really-a-translation. I'd recommend you submit that as a patch at a later point of time. It probably also makes sense to properly "unicodify" the control panel before supplying a language that needs it.
-f.r.
Frank Richter wrote:
On 10.04.2008 09:47, pure_evil@mail.bg wrote:
However, since control panel does not utilize Unicode yet, the additionalb Bulgarian translation matches the English one.
Even for non-Unicode apps you should have no problems with adding a Bulgarian translation to a GUI app (when Bulgarian is selected as your preferred language the active codepage will be chosen accordingly). Maybe you used a wrong charset? You should use the Windows charset or use #pragma (see http://wiki.winehq.org/Developers-Hints?highlight=%28Developers%29#head-ef42... )
Mikołaj Zalewski