Skip to content

Commit

Permalink
[10188] Add missing locales to vmap extractor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lynx3d committed Jul 13, 2010
1 parent 42b8029 commit e43c1d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions contrib/vmap_extractor_v3/vmapextract/vmapexport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,11 @@ bool fillArchiveNameVector(std::vector<std::string>& pArchiveNames)
searchLocales.push_back("esES");
searchLocales.push_back("frFR");
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");

for (std::vector<std::string>::iterator i = searchLocales.begin(); i != searchLocales.end(); ++i)
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10187"
#define REVISION_NR "10188"
#endif // __REVISION_NR_H__

0 comments on commit e43c1d9

Please sign in to comment.