Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > Code Gallery
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-17-2012, 06:34 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
callimuc, threw you some Rep ++... thanks for the information, it is very useful. crow, I think I rep you to much also.. lmao because ALOT of people I cannot rep... fccmike, crono, u, dusty... i mean wow I must rep ++ alot.. xD

Quote:
Originally Posted by Crow View Post
I did? I don't think so It does work. You just provide all translation files, and if it can't find any for the selected client language, it will default to the original input text. I can provide more details on the system later, bit busy right now.
Sorry read wrong post, I was reading how callimuc said "they wanted to" and assumed that it was saying it didn't work.

That's neat. Tho does graal have languages anymore?

Edit: It does.. didn't it used to be on the first screen that poped up where you entered in your login info?
Reply With Quote
  #2  
Old 12-17-2012, 06:38 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by scriptless View Post
Edit: It does.. didn't it used to be on the first screen that poped up where you entered in your login info?
Yup, that's where it was. This is the folder config stuff for translations on Atlantis:
PHP Code:
file    translations/*.po
file    translations/en/*.po
file    translations/de/*.po 
I believe clientside translation files were put into levels/translations/*, and serverside ones in their respective sub folders. Then, in the server options, we have this:
PHP Code:
serverlanguage=en
defaultlanguage
=en
translatedlanguages
=de 
Finally, in a system WNPC (file names for translations were atlantis_en.po and atlantis_de.po, and just atlantis.po for serverside ones):
PHP Code:
loadTranslation("atlantis"); 
The rest of the magic is done by Graal and the _() function.
Reply With Quote
  #3  
Old 12-17-2012, 06:43 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Quote:
Originally Posted by Crow View Post
Yup, that's where it was. This is the folder config stuff for translations on Atlantis:
PHP Code:
file    translations/*.po
file    translations/en/*.po
file    translations/de/*.po 
I believe clientside translation files were put into levels/translations/*, and serverside ones in their respective sub folders. Then, in the server options, we have this:
PHP Code:
serverlanguage=en
defaultlanguage
=en
translatedlanguages
=de 
Finally, in a system WNPC:
PHP Code:
loadTranslation("atlantis"); 
The rest of the magic is done by Graal and the _() function.
so would it work like this?

translatedlanguages=de,fr,more languages

and for loadTranslation("atlantis"); thats the name of the po file, right? im under the impression that you only need the loadTranslations once, and it will load for any language set?
Reply With Quote
  #4  
Old 12-17-2012, 06:53 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by scriptless View Post
so would it work like this?

translatedlanguages=de,fr,more languages
It should!


Quote:
Originally Posted by scriptless View Post
and for loadTranslation("atlantis"); thats the name of the po file, right? im under the impression that you only need the loadTranslations once, and it will load for any language set?
It's the name of the translation file, yes. I just now wonder if it automatically appends the underscore and language domain (the two characters used to shorten the language) or the files without the language domain appended were for clientside translations after all.. well, just give it a shot! RC should also output some nifty messages when uploading the serverside translation files. If that hasn't been removed, that is.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:43 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.