Problem with rc/po translating

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kataja
Newbie
Newbie
Posts: 4
Joined: Sun Jan 15, 2012 11:56 am

Problem with rc/po translating

Post by kataja »

I have read the guide for translating Wine and I noticed an issue.
I am currently translating Wine to Finnish and I'm now in regedit. There's a few sections which are not being translated when I run make.
For example

Code: Select all

#: regedit.rc:31
msgid "&Registry"
msgstr "&Rekisteri"
But it doens't appear in the make 'd regedit.
I tried regedit as Spanish language. It works fine and all menus are translated, though the Register section in the Spanish .po file is same.

Code: Select all

#: regedit.rc:31
msgid "&Registry"
msgstr "&Registro"
And in regedit.rc row 31:

Code: Select all

 POPUP "&Registry"

What's wrong?
kataja
Newbie
Newbie
Posts: 4
Joined: Sun Jan 15, 2012 11:56 am

Post by kataja »

Ok, it works now.
If anyone has the same problem, run make and make install.
Make install is required for updated translatings. 8)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

kataja wrote:Ok, it works now.
If anyone has the same problem, run make and make install.
Make install is required for updated translatings. 8)
This means you weren't running Wine from compile directory. But the one installed into your system.
Locked