View Single Post
09-13-19, 11:52 PM   #2
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
There are already some global localized strings from blizzard you can use:

https://github.com/tekkub/wow-global.../GlobalStrings

You dont need to add these files to your project. The variables are existing in the WOW API.

If you want to support more languages you need to implement the translations yourself.
You do not need to translate Player Names. In general I think you dont need to translate
anything at all since most of the players do speak english I would allege. But if you want
to provide quality you should at least translate descriptions, guides, introductions, etc.
  Reply With Quote