Skip to content

Commit

Permalink
Fix localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanx committed Mar 9, 2018
1 parent 81b0413 commit 2c6b6eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 7.3.5.1

* Fixed localization

### Version 7.3.5.0

* Added an option to adjust the chat frame line spacing
Expand Down
1 change: 1 addition & 0 deletions Localization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

local _, PhanxChat = ...
local C, S, L = {}, {}, {}
local LOCALE = GetLocale()
PhanxChat.ChannelNames, PhanxChat.ShortStrings, PhanxChat.L = C, S, L

-- Channel Names
Expand Down

0 comments on commit 2c6b6eb

Please sign in to comment.