first release of translation facility
* runtime - loading and translating * design-time - works with *.ts file (pip_tr utility) * compile-time - CMake macro for compile *.ts
This commit is contained in:
9
utils/translator/parser.h
Normal file
9
utils/translator/parser.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef PITR_PARSER_H
|
||||
#define PITR_PARSER_H
|
||||
|
||||
#include "ts_file.h"
|
||||
|
||||
PIString fromCode(const PIString & in);
|
||||
void gatherStrings(TSFile::Content & content, const PIString & file, const PIString & file_loc, int & count_all, int & count_new);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user