mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
All package specific locales are now under the 'package' key in locale files. Wildcards in package names are supported.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@971 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+2
-6
@@ -40,12 +40,8 @@ class Locale : public Packaged {
|
||||
public:
|
||||
/// Translations of UI strings in each category
|
||||
SubLocale translations[LOCALE_CAT_MAX];
|
||||
/// Translations of Game specific texts, by game name
|
||||
map<String,SubLocaleP> game_translations;
|
||||
/// Translations of StyleSheet specific texts, by stylesheet name
|
||||
map<String,SubLocaleP> stylesheet_translations;
|
||||
/// Translations of SymbolFont specific texts, by symbol font name
|
||||
map<String,SubLocaleP> symbol_font_translations;
|
||||
/// Translations of Package specific texts, by relativeFilename
|
||||
map<String,SubLocaleP> package_translations;
|
||||
|
||||
/// Open a locale with the given name
|
||||
static LocaleP byName(const String& name);
|
||||
|
||||
Reference in New Issue
Block a user