[TD]add label translation for Page and Template

This commit is contained in:
wandererfan
2023-08-17 17:26:08 -04:00
committed by WandererFan
parent a8cc561396
commit d69551eccb
14 changed files with 152 additions and 21 deletions

View File

@@ -57,6 +57,9 @@ public:
QString processTemplate();
void translateLabel(std::string context, std::string baseName, std::string uniqueName);
protected:
void replaceFileIncluded(std::string newTemplateFileName);
std::map<std::string, std::string> getEditableTextsFromTemplate();