Displaying 1 result from an estimated 1 matches for "rekisteri".
Did you mean:
register
2012 Jan 21
1
Problem with rc/po translating
...Wine (http://wiki.winehq.org/Translating) 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:
#: 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:
#: regedit.rc:31
msgid "&Registry"
msgstr "&Registro"
A...