mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[10188] Add missing locales to vmap extractor.
This commit is contained in:
parent
04ec18afce
commit
603d576d60
2 changed files with 6 additions and 1 deletions
|
|
@ -312,6 +312,11 @@ bool fillArchiveNameVector(std::vector<std::string>& pArchiveNames)
|
||||||
searchLocales.push_back("esES");
|
searchLocales.push_back("esES");
|
||||||
searchLocales.push_back("frFR");
|
searchLocales.push_back("frFR");
|
||||||
searchLocales.push_back("koKR");
|
searchLocales.push_back("koKR");
|
||||||
|
searchLocales.push_back("zhCN");
|
||||||
|
searchLocales.push_back("zhTW");
|
||||||
|
searchLocales.push_back("enCN");
|
||||||
|
searchLocales.push_back("enTW");
|
||||||
|
searchLocales.push_back("esMX");
|
||||||
searchLocales.push_back("ruRU");
|
searchLocales.push_back("ruRU");
|
||||||
|
|
||||||
for (std::vector<std::string>::iterator i = searchLocales.begin(); i != searchLocales.end(); ++i)
|
for (std::vector<std::string>::iterator i = searchLocales.begin(); i != searchLocales.end(); ++i)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10187"
|
#define REVISION_NR "10188"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue