WINAMP.COM | Forums > Developer Center > NSIS Discussion > NSIS Translations > Translate NSISdl |
Last Thread
Next Thread
|
| Author |
|
|
deguix Major Dude
Registered: Dec 2002 |
Translate NSISdl
I made a NSISdl include file for NSIS, it includes 4 macros:
__________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
I'm trying to translate the plugin to Lithuanian, however because of the structual diferences in the Lithuanian language compared to English I am running into a problem with the plural define. __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Attached is the file including Lithuanian Translation with a comment note about the hours string.
__________________ |
||
|
|
|
Yathosho Forum King
Registered: Jan 2002 |
!define NSISDL_LANG "1031" #German (by Jan T. Sott) __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Thanks, language added.
__________________ |
||
|
|
|
Yathosho Forum King
Registered: Jan 2002 |
something went wrong. check my spelling, you converted some terms to lowercase (minute, sekunde etc.) __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Now the texts are exactly the same way you put...
__________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
deguix, I checked out your newest language translation system and I noticed one problem. Most script have all of there include files at the very start of the script, e.g before the languages are inserted into the script. Therefore none of the translations will ever be included in the script. __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
You're right. Returning to the old style (just that)...
__________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
I assume that if the /translate is used and the values are blank that the plugin uses hardcoded defaults. Cos I noticed that LandString does not set a default translation if one does not exist. __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
No, it doesn't. If you want defaults you'd have to use the MUI mechanism which is using defines and using the default if a define is not defined. I hope that made sense, heh __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
I assumed that the plugin dll has some hardcoded defaults __________________ |
||
|
|
|
kiiali Member
Registered: Oct 2002 |
updated with
|
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
I changed again to the old style, because it inserted unnecessary LangStrings of languages you didn't want.
__________________ |
||
|
|
|
evilO Senior Member
Registered: Jan 2004 |
Added the french translation
__________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Yep, sometimes this applies to Portuguese language too. __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
I have found/remembered of a better way to display lithuanian plurals. Attached is the modified file.
__________________ |
||
|
|
|
bholliger Senior Member
Registered: Jul 2004 |
Hi Deguix! code: with code: This would set the mode back to the value as it was before calling the macro. The only problem is that the execution of another 'lastused' parameter would have no effect. Cheers Bruno |
||
|
|
|
Auren Junior Member
Registered: Jun 2006 |
Russian Translation
Here's a Russian translation of NSISdl plugin: code: |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > NSIS Translations > Translate NSISdl |
Forum Rules:
|