Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: amiroperator on May 05, 2014, 07:23:36 pm

Title: [QUESTION] other language in Wow (persian)
Post by: amiroperator on May 05, 2014, 07:23:36 pm
hey,
How can i changing language to the persian.?

like : پارسی (persian)

when i write پارسی in GlueStrings.lua showing this :
 
پ ا ر س ی
how can i fix it ?
Title: Re: [QUESTION] other language in Wow (persian)
Post by: stoneharry on May 07, 2014, 02:44:17 pm
I am not sure this is possible to fix because WoW uses a fixed character set that would not be feasible to change (UNICODE-16 I think).
Title: Re: [QUESTION] other language in Wow (persian)
Post by: iindigo on May 07, 2014, 06:41:58 pm
There’s an addon which provides Japanese translations for most things in the game.
http://www.curse.com/addons/wow/wowjapanizer (http://www.curse.com/addons/wow/wowjapanizer" onclick="window.open(this.href);return false;)

While the Chinese/Taiwanese clients support a number of characters in Japanese, there are around 50 or so commonly used characters in the language which these clients lack entirely. As such, shouldn’t translations to other unsupported languages be possible?