FreeUI icon indicating copy to clipboard operation
FreeUI copied to clipboard

Translations

Open nunocodex opened this issue 11 years ago • 1 comments
trafficstars

Hello, I start to play few days ago on WOW and i search for sometimes i clean, light e simple ui to start and im happy now, i found your interface :dancer:

Btw, now I want start with my contribute with translate into italian, found english.lua and clone into italian.lua, added to FreeUI_Options.toc localization\italian.lua but i see other file with language strings, found scripts/global.lua this code if GetLocale() == "enUS" or GetLocale() == "enGB" then and i think I need more informations about translating your interface.

Please send me more info and i'm happy to help :)

Sorry if for a moment i can't help you into your project but I'm a developer but i don't know lua, is simple and i understand but i need sometimes to learn this language.

nunocodex avatar Jan 06 '14 20:01 nunocodex

Hey there!

Thanks for wanting to help. Most of the things that need to be translated are in the options UI, so in the FreeUI_Options folder.

You can simple at the italian.lua file, start with if GetLocale() == "itIT" then and then replace all the ns.localization strings in english.lua.

Haleth avatar Jan 10 '14 22:01 Haleth