Skip to content

Commit

Permalink
temporary removed RU language selection
Browse files Browse the repository at this point in the history
  • Loading branch information
fs86 committed Jul 18, 2021
1 parent 1793c40 commit dfa6e77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- Players guild names are now shown in info / popup dialog
- Added arena 2vs2, 3vs3 and 5vs5 for PvP category
- Added new dungeon identifiers for COT1 and Shadow Lab.
- Added russian dungeon identifiers. Currently only for TBC dungeons (not PvP).
- Possibility to add dungeons that will be released in a future phase. These dungeons will then be shown once the phase is live.
- Changed internal dungeon indexes. **If any LUA errors occur, please delete the SavedVariables file 'LFG_MatchMaker_TBC.lua' in your Account directory.**

Expand Down
12 changes: 6 additions & 6 deletions LFGMM_Utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ function LFGMM_Utility_GetLfgChannelName()
channel == "ProcurandoGrupo" or
channel == "SucheNachGruppe" or
channel == "BuscandoGrupo" or
channel == "RechercheDeGroupe" or
channel == "ПоискСпутников"
channel == "RechercheDeGroupe"
-- channel == "ПоискСпутников"
) then
lfgChannelName = channel;
break;
Expand All @@ -759,8 +759,8 @@ function LFGMM_Utility_GetGeneralChannelName()
channel == "General" or
channel == "Geral" or
channel == "Allgemein" or
channel == "Général" or
channel == "Общий"
channel == "Général"
-- channel == "Общий"
) then
generalChannelName = channel;
break;
Expand All @@ -781,8 +781,8 @@ function LFGMM_Utility_GetTradeChannelName()
channel == "Comercio" or
channel == "Comércio" or
channel == "Handel" or
channel == "Commerce" or
channel == "Торговля"
channel == "Commerce"
-- channel == "Торговля"
) then
tradeChannelName = channel;
isAvailable = true;
Expand Down
8 changes: 4 additions & 4 deletions LFGMM_Variables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ LFGMM_GLOBAL = {
Code = "ES",
Name = "Spanish",
},
{
Code = "RU",
Name = "Russian (currently TBC dungeons only)",
},
-- {
-- Code = "RU",
-- Name = "Russian (currently TBC dungeons only)",
-- },
},
CLASSES = {
WARRIOR = {
Expand Down

0 comments on commit dfa6e77

Please sign in to comment.