tekkub / wow-globalstrings

GlobalStrings.lua files from each locale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains copies of the FrameXML/GlobalStrings.lua and GlueXML/GlueStrings.lua files extracted from the various localized game clients for World of Warcraft.

These files contains Blizzard's UI text translations for each locale. GlobalStrings.lua is loaded as part of the game UI, and its contents are available to addons. GlueStrings.lua is only loaded for the login and character/realm selection UI, so its contents are not available to addons, but may be of interest as a reference when localizing addons.

Locale codeLanguage nameEnglish language nameRegions where available
deDEDeutschGermanEurope
enUSEnglishEnglishAmericas, Europe
esESEspañol (España)Spanish (Spain)Europe
esMXEspañol (América Latina)Spanish (Latin America)Americas
frFRFrançaisFrenchEurope
itITItalianoItalianEurope
ptBRPortuguês (Brasil)Brazilian PortugueseAmerica, Europe
ruRUРусскийRussianEurope
koKR한국어KoreanKorea
zhCN简体中文Simplified ChineseChina
zhTW繁體中文Traditional ChineseTaiwan

enGB and ptPT files are not included here as they are duplicates of enUS and ptBR, respectively. Querying GetLocale() in a European client even returns enUS in English and ptBR in Portuguese. If either locale is ever discovered to differ from its "base" locale, as esMX differs from esES, it will be added here.

About

GlobalStrings.lua files from each locale


Languages

Language:Lua 100.0%