Total RP 2
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Be a translator (or an english checker)

2 posters

Go down

Be a translator (or an english checker) Empty Be a translator (or an english checker)

Post  Ellypse Sun Feb 02, 2014 9:10 am

Hi.

I am looking for people to translate some text to spanish or german (inside the addon or for important post here on this forum). I cannot speak spanish correctly and I cannot speak german at all. If you speak spanish or german and you are willing to help Total RP's translation, please manifest your self here Smile

Also, as you might have noticed, I make a lot of mistakes in english too, so if you spot a mistake, please send me a message so I can correct it.

Thank you Wink
Ellypse
Ellypse
Admin

Posts : 215
Join date : 2013-09-26
Age : 33
Location : Paris, France

Back to top Go down

Be a translator (or an english checker) Empty Re: Be a translator (or an english checker)

Post  CMCCallaghan Wed Feb 19, 2014 12:13 am

Hi,

I've been checking your code and I was wondering why you weren't using AceLocale-3.0 which would make easier to use localizations.

Here is a little example:
the main localized file
Code:
local debug = false
local L = LibStub("AceLocale-3.0"):NewLocale("MyAddOn", "enUS", true, debug)
if not L then return end

L["The Translated Words"] = true

an other localized file
Code:
local L = LibStub("AceLocale-3.0"):NewLocale("MyAddOn", "frFR")
if not L then return end

L["The Translated Words"] = "Les Mots Traduits"

In the main addon file
Code:
local L = LibStub("AceLocale-3.0"):GetLocale("MyAddOn")

MyAddOn:Print(L["The Translated Words"])

The main idea is to use after the curseforge website or the wowace website and their users to help translate in other languages.
CMCCallaghan
CMCCallaghan
Developer

Posts : 25
Join date : 2014-02-18

Back to top Go down

Be a translator (or an english checker) Empty Re: Be a translator (or an english checker)

Post  Ellypse Thu Feb 20, 2014 11:44 am

I love the idea. I will see how it can be done I love you 
Ellypse
Ellypse
Admin

Posts : 215
Join date : 2013-09-26
Age : 33
Location : Paris, France

Back to top Go down

Be a translator (or an english checker) Empty Re: Be a translator (or an english checker)

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum