Mercurial > wow > bloodhound2
comparison LocalizeDefault.lua @ 20:c02366e96f0e Release
Add localization for ruRU locale
author | only1yzerman |
---|---|
date | Wed, 09 Oct 2013 13:30:13 -0400 |
parents | 5964c986aefc |
children |
comparison
equal
deleted
inserted
replaced
19:5964c986aefc | 20:c02366e96f0e |
---|---|
9 end | 9 end |
10 | 10 |
11 Limit each LUA file to a single locale. | 11 Limit each LUA file to a single locale. |
12 | 12 |
13 ]] | 13 ]] |
14 local L = {}; | 14 L = {}; |
15 | 15 |
16 L["Bloodhound2"] = "Bloodhound2"; | 16 L["Bloodhound2"] = "Bloodhound2"; |
17 L["Bloodhound2 Options"] = "Bloodhound2 Options"; | 17 L["Bloodhound2 Options"] = "Bloodhound2 Options"; |
18 L["Multi-Zone"] = "Multi-Zone"; | 18 L["Multi-Zone"] = "Multi-Zone"; |
19 L["While flying"] = "While flying"; | 19 L["While flying"] = "While flying"; |