ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Translation Help (https://www.esoui.com/forums/forumdisplay.php?f=186)
-   -   Translation help (https://www.esoui.com/forums/showthread.php?t=9374)

IsJustaGhost 09/10/20 09:20 AM

Translation help
 
I need translations for 3 addons. How do I go about doing that?

https://www.esoui.com/downloads/info...ItemsList.html
https://www.esoui.com/downloads/info...oryUpdate.html
https://www.esoui.com/downloads/info...syAlchemy.html

Baertram 09/10/20 06:41 PM

I'd recommand preparing your addons to support language files, like described here:
https://wiki.esoui.com/How_to_add_localization_support

And then create a standard/base language file (e.g. English -> "en.lua", as it's best known worldwide and easy to translate from) to provide the strings that need to be translated.
Also provide 1 example file of another language, e.g. de.lua, containing the entries with English text
Lua Code:
  1. SafeAddString(YOUR_ADDON_NAME_GLOBALLY_UNIQUE_STRING_ID, "Your translation for the other language", 2)

Users can just translate the lines then to their language and send you the files again.

Either share the files via GitHub if your addons are at GitHub, or provide a zip file so one can download, translate and send you the translated lua files again.
You are also able to attach files to your post here.

IsJustaGhost 09/12/20 08:58 AM

Thank you for the suggestions.


All times are GMT -6. The time now is 09:07 PM.

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