Thread Tools Display Modes
Prev Previous Post   Next Post Next
12/09/18, 06:19 PM   #1
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
LibZone - Translation help needed: RU, JP, PT, PL, IT, ...

Hey there,

anyone using one of the mentioned languages from the titel able to help me generate the localized zone names for the library LibZone?

What you need to do:
1. Download this library via Minion e.g., or manually as standalone, and install it https://www.esoui.com/downloads/info2171-LibZone.html

2. Activate the library ingame and do a /reloadui

3. The lib will automatically detect if you are using an yet unsupported language and collect the zone names with your client's language.
Do another /reloadui to write the collected data to the SavedVariables!

4. Open the Elder Scrolls Online SavedVariables folder.
A description how to find your ESO addons folder:
https://www.esoui.com/forums/faq.php..._howto_install

Then just go up one folder (leave "AddOns") and find the folder "SavedVariables".

5.
Either send me the whole file "LibZone.lua" in thie "SavedVariables" folder, or edit it and search for your language short string.

Japanese would be ["jp"].
Russian would be ["ru"].
And so on.

Then copy the whole text beginning at the ["jp"] till the end and send this to me.

It should something like this for you:
Code:
Code:
LibZone_Localized_SV_Data =
{
    ["xx Megaserver"] = 
    {
        ["@AccountName"] = 
        {
            ["$AccountWide"] = 
            {
                ["ZoneData"] = 
                {
                    ["version"] = 0.2000000000,
                    ["de"] = 
                    {
                        [2] = "Clean Test",
                        [3] = "Glenumbra",
                        [11] = "...",
                    },
                    ["jp"] = 
                    {
                        [2] = "Clean Test",
                        [3] = "Glenumbra",
                        [11] = "...",
                    }
                }
            }
         }
    }
}
Start at the ["jp"] until the next "}" and you should have included all zone Ids + their names then.



Many, many thanks!
Baertram
  Reply With Quote
 

ESOUI » Developer Discussions » Translation Help » LibZone - Translation help needed: RU, JP, PT, PL, IT, ...

Thread Tools
Display Modes

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