Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thanks for the patches bro! Grande! Espero se puedan poner los links en la página del mod "oficial"!
happy to help :-)
here it is, I mentioned you on the description. Thanks again ♥
sorry for the delay in getting back to you - i was going to say that i would make a discussion thread and put detailed instructions in it - but i'm glad to see that you got it all sorted yourself - good job :-)
also - i should note - you only need to add the files and specific items that you want to change the translations for (it all gets appended together at runtime) - i included all the items in my patch - but just for completeness and context - i could just have included the ones that i wanted to change
sure thing - easiest way to do it for yourself is to make a local copy of the mod and directly modify the translation files (will be in media\lua\shared\Translate\ES) - and just paste the correct accented characters over the incorrect ones - the problem is due to the use of different character sets - so if someone is using the UTF-8 set they will use an accented character that is actually a different numeric value to the Windows-1252 (CP-1252) character set that the games uses for Spanish - and it will show up as garbage (which reminds me i should probably put up a before and after screenshot)
if you use something like Notepad++ you should be able to set the character set for the files and see which characters are not correct
hopefully that helps - and you can use my mod as a template if you want to make a patch instead of a modified version of the mod (just remember to change the mod name, id, and dependency)