added: mount option: html_template(file.html)
files: indexpatterns.h indexpatterns.cpp removed: templates/index_root.html its content was moved to index.html git-svn-id: svn://ttmath.org/publicrep/winix/trunk@611 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -21,7 +21,7 @@ class LocaleFilter
|
||||
public:
|
||||
|
||||
LocaleFilter();
|
||||
void Filter(Ezc::Pattern & pattern, const Locale & locale);
|
||||
void Filter(Ezc::Pattern & pattern, const Locale & locale, Locale::Lang lang_);
|
||||
|
||||
private:
|
||||
void ReadKey();
|
||||
@@ -33,6 +33,7 @@ private:
|
||||
char closing_mark; // default '}'
|
||||
|
||||
const Locale * plocale;
|
||||
Locale::Lang lang;
|
||||
std::string res;
|
||||
std::string key;
|
||||
std::string value;
|
||||
|
Reference in New Issue
Block a user