WQAchievements

WQAchievements

250k Downloads

Add Locales

Machou opened this issue · 1 comments

commented

Hi

Can you add Locales to translate the addon ?

Regards

commented

Some phrases were developed with localization in mind.
Feel free to add a PR or comment if you want to provide translations for another locale.

I dont have time to setup something like: https://www.wowace.com/projects/rarity/localization

L["NO_QUESTS"] = "No interesting World Quests active!"
L["WQChat"] = "Interesting World Quests are active:"
L["WQforAch"] = "%s for %s"
L["WQforAchTime"] = "%s (%s) for %s"
L["achievements"] = "Achievements"
L["mounts"] = "Mounts"
L["pets"] = "Pets"
L["toys"] = "Toys"
L["completed"] = "Completed"
L["notCompleted"] = "Not completed"
L["tracking_disabled"] = "Don't track"
L["tracking_default"] = "Default"
L["tracking_always"] = "Always track"
L["tracking_wasEarnedByMe"] = "Track if not earned by active character"
L["tracking_exclusive"] = "Only track with this character"
L["tracking_other"] = "Only tracked by %s"
L["LE_QUEST_TAG_TYPE_PVP"] = "PVP"
L["LE_QUEST_TAG_TYPE_PET_BATTLE"] = "Pet Battle"
L["LE_QUEST_TAG_TYPE_PROFESSION"] = "Profession"
L["LE_QUEST_TAG_TYPE_DUNGEON"] = "Dungeon"
if locale == "deDE" then
L["WQChat"] = "Interessante Weltquests verfügbar:"
L["WQforAch"] = "%s für %s"
L["WQforAchTime"] = "%s (%s) für %s"
L["NO_QUESTS"] = "Keine interessanten Weltquests verfügbar!"
L["achievements"] = "Erfolge"
L["mounts"] = "Reittiere"
L["pets"] = "Haustiere"
L["toys"] = "Spielzeuge"
L["completed"] = "Abgeschlossen"
L["notCompleted"] = "Nicht abgeschlossen"
L["tracking_disabled"] = "Nicht verfolgen"
L["tracking_default"] = "Standard"
L["tracking_always"] = "Immer verfolgen"
L["tracking_wasEarnedByMe"] = "Verfolgen, wenn nicht mit aktiven Charakter errungen"
L["tracking_exclusive"] = "Nur mit diesem Charakter verfolgen"
L["tracking_other"] = "Nur mit %s verfolgen"
end