Multi-Language Support Initiating...

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
shansoft
L2j Veteran
L2j Veteran
Posts: 36
Joined: Wed Dec 19, 2007 4:40 am

Re: Multi-Language Support Initiating...

Post by shansoft »

this system is not purposely for multiple language on same server, that will only make things more complicate....

it is mean for multi-language user who want to change their language to be other than english...

therefore it is completely useless to make a sub folder just for languages while it takes more work to do that but do no effect or any advantage from it...

and no, client cannot receive different languages chat, I have done that before with Asian clients..

sometime it crash instantly, most of the time it shows blank word, and blank name of a character..

which is totally inconvenient to combine multiple languages into one hosting server...
impos89
Posts: 41
Joined: Sat Apr 26, 2008 6:54 am
Location: Poland

Re: Multi-Language Support Initiating...

Post by impos89 »

shansoft my team is working on your systemmessage version. Give me a few days. Now it's comlete +/- 25%
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Multi-Language Support Initiating...

Post by denser »

guys...help me a little :)

could you tell me wich way to dig? where starts parsing of datapack path?

i need to resolve only html folders and script folder.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
shansoft
L2j Veteran
L2j Veteran
Posts: 36
Joined: Wed Dec 19, 2007 4:40 am

Re: Multi-Language Support Initiating...

Post by shansoft »

denser wrote:guys...help me a little :)

could you tell me wich way to dig? where starts parsing of datapack path?

i need to resolve only html folders and script folder.
why are you doing that?

just edit the file instead...

there is no point of separating the dp folder...
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Multi-Language Support Initiating...

Post by denser »

oh..
you know a word: expiriense ?

i want to try make this works...
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
shansoft
L2j Veteran
L2j Veteran
Posts: 36
Joined: Wed Dec 19, 2007 4:40 am

Re: Multi-Language Support Initiating...

Post by shansoft »

denser wrote:oh..
you know a word: expiriense ?

i want to try make this works...
all I have to say is this could take up some time to find the path.... and edit them all...
User avatar
nonom
L2j Veteran
L2j Veteran
Posts: 649
Joined: Wed Mar 11, 2009 10:34 pm
Location: Magmeld

Re: Multi-Language Support Initiating...

Post by nonom »

denser wrote:in case, just read property from db account - locale - fyl core will look to the folder in htmls where are they.(1321_quest/ru/default.html; html/merchant/ru/12345.hml etc)

JUST add codename of locale to looking up if any files has there.
We have a nice datapack, multiplies for each language and sum effort to maintenance. Only english, or maybe a simple tags parser.

I havent l2jtw Mr. sanshot, but i was seeying your multilanguage system side server, i like so much, also i was getting a lot of problems to get some html gracia update files, share is nice :?

Regards, great thread
Image
"There are three kinds of people in this world, those who can count and those who can't"
User avatar
shansoft
L2j Veteran
L2j Veteran
Posts: 36
Joined: Wed Dec 19, 2007 4:40 am

Re: Multi-Language Support Initiating...

Post by shansoft »

nonom wrote:
denser wrote:in case, just read property from db account - locale - fyl core will look to the folder in htmls where are they.(1321_quest/ru/default.html; html/merchant/ru/12345.hml etc)

JUST add codename of locale to looking up if any files has there.
We have a nice datapack, multiplies for each language and sum effort to maintenance. Only english, or maybe a simple tags parser.

I havent l2jtw Mr. sanshot, but i was seeying your multilanguage system side server, i like so much, also i was getting a lot of problems to get some html gracia update files, share is nice :?

Regards, great thread
haha, I will have a talk with dev, but I will definitely have a special forum and svn up for this multi-language, due to l2j officially only support English....

PM me if you want to work on which language, so I can open up a SVN for it...

also forum..
User avatar
shansoft
L2j Veteran
L2j Veteran
Posts: 36
Joined: Wed Dec 19, 2007 4:40 am

Re: Multi-Language Support Initiating...

Post by shansoft »

alright, forum is up for multi-language users...

www.l2jtw.com/forum/

any translator or want to be contribute the multi-language relate thing please contact me first....
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Multi-Language Support Initiating...

Post by denser »

thread dead, is it?

i found one of the projects with integrated command .eng .ru .tw .what_ever_you_want
so i need help to port it to my favorite project - L2J
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
ZozOQ
Posts: 3
Joined: Thu Dec 11, 2008 3:06 pm

Re: Multi-Language Support Initiating...

Post by ZozOQ »

Why we should add in core support for datatable characters after vitality language
with 0 for english 1 for russian and go on
and in core-side like send.systemmessage(SystemMessage.NOT_IN_PARTY) change to send.systemmessage("Text")????
or something like that!!
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Multi-Language Support Initiating...

Post by _DS_ »

System messages does not contain text.
Also russian servers usually support rusretail client with already translated system messages.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Multi-Language Support Initiating...

Post by denser »

unified server-side of language. and maximum unhardcoding all of messages
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
Pere
Posts: 400
Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà

Re: Multi-Language Support Initiating...

Post by Pere »

And what about supporting different languages at the same time? Not 1 specified in the config files :roll:
Bones tardes amics meus tots!
ZozOQ
Posts: 3
Joined: Thu Dec 11, 2008 3:06 pm

Re: Multi-Language Support Initiating...

Post by ZozOQ »

Maybe this one???

Code: Select all

 activeChar.sendMessage("text");
Post Reply