View Single Post
08/03/18, 02:37 AM   #24
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2015
Posts: 48
Originally Posted by Marify View Post
Hi!
Please add and update the translation.
...
Marify, thank you very much for help with the translation! All the translations offered by you will be included in the next release of the addon. I'm sorry I did not notice your message right away. Although on the site ESOUI.COM I open regularly, but I rarely open the forum. In the future, if you are not difficult, please send a duplicate private message.

Originally Posted by Marify View Post
Hi!
Lua Code:
  1. for n, v in pairs(WPamA.i18n.Dungeons) do
  2.   WPamA.JP.DungeonsName[n] = v.N
  3.   WPamA.EN.DungeonsName[n] = v.N    -- Plz show the dungeon name in Japanese(This function is often used)
  4. end
This code has lost its relevance due to the fact that in the next version of the add-on there will be separate output to the chat in English and in the current language. Players will be able to assign two different keys to output to the chat in their own language and in English. Of course, if the output in any language is not needed, he may simply not assign a key.
  Reply With Quote