Hi everybody! I'm a non-english-language-native from Mexico City. I would like to help in the translation process, if it is possible. I'll be waiting for your...
... Hi Virgilio, My name is Aaron Divinsky and I facilitating the locailization process for PCGen. First let me say welcome aboard. PCGen is in its infancy...
Does anyone know if in translated sources they translate the Spell component abbreviations (V, S, M, etc.)? Failing that would people like them to be...
... Hi Bernd, Glad to have your help on the project. My name is Aaron Divinsky (known on the PCGen boards as boomer70). I am facilitating the translation and ...
6
pcgen_international@y...
Aug 29, 2006 10:42 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the pcgen_international group. File :...
Can you post a hint, how we have to hack the i18n text in? I found the TRANSLATE_Barbarian f.e. Is it a second file with TRANSLATE_Barbarian -> Barbar? BErnd ...
... http://groups.yahoo.com/group/pcgen_international/files/I18N.zip ... To translate the files, for the time being, you need to translate any text with the...
... Yes that is correct. -Aaron ... Aaron Divinsky PCGen Docs 2nd, Data Chimp, Code Gibbon, Doc Tamarin __________________________________________________ Do...
11
pcgen_international@y...
Aug 29, 2006 7:41 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the pcgen_international group. File :...
Using find and sed you can exchange all TRANSLATE occurences in all files. This helps to avoid duplicate translation. It reduced the number of TRANS from more...
... Thats great! Thanks for your hard work on that. Would you mind posting the commands you used perhaps as a shell script so that we can reuse them in the ...
Hi, just some words from me. I have to prepare some nice :) games for a wedding(not mine) on the weekend. This is the reason why I have nearly not time for the...
Hi, here is the command for extracting the TRANSLATE Strings (prepared for google): for i in `find I18N/`; do grep TRANSLATE $i; done | sed s/^M//g | sed ...
The more time I have the more the script changes.... Here is the next one for i in `find I18N/`; do grep TRANSLATE $i; done | sed s/^M//g | sed s/\\t/\92;n/g |...
Hello everybody, I just joined this group (I'm following more general PCGen groups for some time now). I intend to help to translate PCGen in French, and have...
Hi gents, I bgun translating the RSRD data set as given in the files section of this group. I use a batch text replacer (Batch Text Replacer 2 by BrineSoft). I...
1. What is the (real) purpose of the OUTPUTNAME tag ? 2. Why do duration and CASTTIME, RANGE, TARGETAREA, DURATION, SAVEINFO and SPELLRES are not to be...
... So the author can remove/insert characters into the output sheet. For example, instead of Bull Strength (Mass), you could make it Mass Bull Strength. Or...
... Assuming the question is not about the tag label but rather the text used with those tags the answer is that PCGen won't understand anything except the ...
In the rsrd_equipmods_enhancing.lst file, of the I18N.zip file, I see : TRANSLATE_|Ability Bonus (Enhancement) Should I put a | in front of the translation ? ...
I am translating the I18N.ZIP archived files in French, and I test the result with PCGen 5.11.5. It seems that saving rsrd_skills.lst file in UTF8 format...
... The files I uploaded were run from the rsrd_basics directory at the time. I think the npc classes were not there before. I will look at adding them. ... ...
... As I think i've said already (although not on this mailing list) hat this is the only sane way to maintain something potentially so big (all the datasets...