Skip to content

phanx-wow/wow-globalstrings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Currently unmaintained. View GlobalStrings and GlueStrings.lua on Foxlit's FrameXML viewer instead:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%