WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Carbonite Archive (https://www.wowinterface.com/forums/forumdisplay.php?f=158)
-   -   Continent name localization (https://www.wowinterface.com/forums/showthread.php?t=50547)

cryangel 11-22-14 06:38 AM

Continent name localization
 
1 Attachment(s)
How do I localize continent names on the map?

And, visited vendor items I can not see icon.

how do Fix.. :)

Nimhfree 11-22-14 10:44 AM

The name of the continent should be pulled from Blizzard API already localized. It should not be a user option you need to worry about.

atl77 11-22-14 12:18 PM

Quote:

Originally Posted by cryangel (Post 300891)
How do I localize continent names on the map?

Try Carbonite/Locales/koKR/Guide.lua - I hope I recognized the Korean Hangul in your screenshot correctly. It will read something like

Lua Code:
  1. L["Kalimdor"] = true

Instead of true, you need to insert the correct translation in "double quotes".

cryangel 11-25-14 05:08 AM

1 Attachment(s)
I succeeded in translating.

NxMAP.lua 1804 line


- local tipStr = format ("%s, %s%s (%s)", cname, color, zname, infoStr)
+ local tipStr = format ("%s, %s%s (%s)", L[cname], color, zname, infoStr)

:p


All times are GMT -6. The time now is 06:13 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI