Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-26-13, 06:06 AM   #1
cryangel
A Fallenroot Satyr
Join Date: Aug 2012
Posts: 25
How do I create a Localization file?

Sorry, my English is poor.


Strings-koKR.lua <--- I made a language file.


For Strings-koKR.lua language files
-------------------------------------------------------
if GetLocale() == "koKR" then

Carbonite_Strings = {
["string"] = "문자열",
}
-------------------------------------------------------


and Carbonite.toc file
-------------------------------------------------------
Locales\Strings-koKR.lua <--- added.
-------------------------------------------------------


NxUI.lua
local L = Carbonite_Strings <--- added

It works fine.



but
Carbonite.lua, Carbonite.Nodes , NxQuest.lua etc
local L = Carbonite_Strings <--- added

error

help me plz
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » How do I create a Localization file?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off