OmarAcero 15 Posted April 17, 2015 (edited) hmmm I have the 90 % of folder NPC translated to language Spanish , but are based in rathena might be useful for this? Note: Guys, should make a guide With screenshots for the users with Have problems , but still try, to see where it is the fail..Please Sorry my english... Edited April 17, 2015 by OmarAcero Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted April 29, 2015 in EndlessTower.txt switch(select("Generate dungeon "+.@md_name$+":Enter the dungeon:Return to Alberta:Cancel")) { How can I make the string of var .@md_name$ work well? .@md_name$ = "Endless Tower";would have to become.@md_name$ = _("Endless Tower"); @@Ind .@md_name$ = _("Endless Tower"); ---> doesn't work set .@md_name$, _("Endless Tower"); -->tested, work fine for me can you make the direct assign of variable also works well Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 1, 2015 @@Ind I have a suggestion (if you ever read this lol) is it possible to make the entries to cover the whole text instead of lines? example: instead of the following script generate 4 entries 1 - mes "blablabla"; 2 - mes "blablabla"; 3 - mes "blablabla"; 4 - mes "blablabla"; 5 - close; or next; it would generate just a single entry: blablabla blablabla blablabla blablabla because it is too painful to translate line per line Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted May 1, 2015 @@IndI have a suggestion (if you ever read this lol) is it possible to make the entries to cover the whole text instead of lines? example: instead of the following script generate 4 entries 1 - mes "blablabla";2 - mes "blablabla";3 - mes "blablabla";4 - mes "blablabla";5 - close; or next; it would generate just a single entry:blablablablablablablablablablablabla because it is too painful to translate line per lineIsn't there find and replace button?Well, it isn't good for replacing all with one line, since there may be NPC with next line something different, and on different language, sometimes they need to be reordered or merged into one. Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 1, 2015 (edited) @@IndI have a suggestion (if you ever read this lol) is it possible to make the entries to cover the whole text instead of lines? example: instead of the following script generate 4 entries 1 - mes "blablabla";2 - mes "blablabla";3 - mes "blablabla";4 - mes "blablabla";5 - close; or next; it would generate just a single entry: blablablablablablablablablablablablaockquote> because it is too painful to translate line per line Isn't there find and replace button?Well, it isn't good for replacing all with one line, since there may be NPC with next line something different, and on different language, sometimes they need to be reordered or merged into one. yeah, actually the right thing to do is rework the NPC files... by the way, there is still a problem with the translated file, it is too large, 22mb~ =0 Edited May 1, 2015 by evilpuncker Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted May 1, 2015 Maybe @@Ind , split translation file into multiple, possible? Quote Share this post Link to post Share on other sites
Namine 8 Posted May 1, 2015 (edited) @@Ind As a suggestion, which can be translate the system messages and console. Example: Original: [status]: Connecting to 127.0.0.1 Translate (example: spanish) [Estado]: Conectando a 127.0.0.1 Edited May 1, 2015 by Namine Quote Share this post Link to post Share on other sites
Tio Akima 74 Posted May 2, 2015 I was unable to generate a .po file Can anyone share a .po file for me to translate to any other language? Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 2, 2015 I was unable to generate a .po file Can anyone share a .po file for me to translate to any other language? http://depositfiles.org/files/7q2wae2f6 1 Tio Akima reacted to this Quote Share this post Link to post Share on other sites
Tio Akima 74 Posted May 2, 2015 I was unable to generate a .po file Can anyone share a .po file for me to translate to any other language? http://depositfiles.org/files/7q2wae2f6 thanks evilpuncher But still with the same problem as always: because these errors when I try to create a translation? Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 2, 2015 @@Tio Akima here it opens just fine, try reinstalling poedit or maybe try to open the pot file directly with poedit (abrir com...) instead of using "Criar Nova Tradução" 1 Tio Akima reacted to this Quote Share this post Link to post Share on other sites
Tio Akima 74 Posted May 2, 2015 @@Tio Akima here it opens just fine, try reinstalling poedit or maybe try to open the pot file directly with poedit (abrir com...) instead of using "Criar Nova Tradução" thank you, did it and decided. I used the "Open as" (abrir como...) thanks evilpuncher Quote Share this post Link to post Share on other sites
Oxxy 24 Posted May 2, 2015 (edited) @@Ind got a few suggestions: 1) Add option to choose if u need to create translations for standart NPCs or not? 2) make a command like @reloadlangdb aswell, which will reset the db/translations.conf? So we don't have to restart serverWhat if I need to translate dispbottom, broadcast commands aswell?got a problem with this system, i did a translation of Russian text in English aswell putting Russian as default language, but when I do @lang English and then talk with NPC it still shows Russian translations. No errors in map-server -- Problem fixed, English.po is being overwrited by server, so I did change in script.c script->add_language("English"); into script->add_language("Russian"); and got it working ! ;-) Edited May 2, 2015 by Oxxy Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 4, 2015 @@Ind another suggestion is to be able to translate npc display name Quote Share this post Link to post Share on other sites
cared 2 Posted May 10, 2015 (edited) como eu faço para ficar minha língua português? Edited May 10, 2015 by cared Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 10, 2015 como eu faço para ficar minha língua português? the translation must be done manually Quote Share this post Link to post Share on other sites
samsudin 2 Posted October 17, 2015 (edited) is there any generated .po files, mine was error .. i hope someone upload it . thanks Solved using another tools Edited October 23, 2015 by samsudin Quote Share this post Link to post Share on other sites
ZelosAvalon 14 Posted October 25, 2015 (edited) how do I create a "file.po" to Portuguese Brazil, I know it's automatic, but I don't know what to do, can someone explain to me step by step, where to use the commands to create the .po files? when i understand how to create a .po file, i'll make some video tutorial for help ppl who don't know what to do, like me now! Edited October 25, 2015 by ZelosAvalon Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted October 25, 2015 how do I create a "file.po" to Portuguese Brazil, I know it's automatic, but I don't know what to do, can someone explain to me step by step, where to use the commands to create the .po files? when i understand how to create a .po file, i'll make some video tutorial for help ppl who don't know what to do, like me now! The .po file creation is automated, you have to translate it manually. 1 Jimmyfoeds reacted to this Quote Share this post Link to post Share on other sites
ZelosAvalon 14 Posted October 25, 2015 how do I create a "file.po" to Portuguese Brazil, I know it's automatic, but I don't know what to do, can someone explain to me step by step, where to use the commands to create the .po files? when i understand how to create a .po file, i'll make some video tutorial for help ppl who don't know what to do, like me now! The .po file creation is automated, you have to translate it manually. you have some .po file to share so I translate into my language? I was unable to generate a .po file Can anyone share a .po file for me to translate to any other language? http://depositfiles.org/files/7q2wae2f6 links broken! can u share a .po file for me please? I shared my .pot files: http://herc.ws/board/files/file/220-npc-dialogues-for-translate/ I hope to help! Quote Share this post Link to post Share on other sites
JulioCF 105 Posted October 29, 2015 avoid responding below. you will be warned! Quote Share this post Link to post Share on other sites
Thunderbolt 3 Posted March 9, 2016 (edited) i edit po file but, Font not correct in Server, Client. Lang-Eng work only. China, Japan, other Lang is not work. Edited March 9, 2016 by Thunderbolt Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted March 11, 2016 i edit po file but, Font not correct in Server, Client. Lang-Eng work only. China, Japan, other Lang is not work. 1) po must be saved in ASCII (if I remember well) 2) Client should use correct codepage (use OpenSetup and ROExt, and change the codepage to other language) Quote Share this post Link to post Share on other sites
Thunderbolt 3 Posted March 11, 2016 (edited) - Po can be save ASCI to UTF-8 ?- Client can use langtype default to UTF-8 ?- you have a simple file .po UTF-8 ?Sry, I'm bad English. Edited March 12, 2016 by Thunderbolt Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted April 11, 2016 @@Haru what is the status of the rework branch? Quote Share this post Link to post Share on other sites