[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

@@ -114,9 +114,6 @@ public:
bool overrideKeepUpdated(void) { return m_overrideKeepUpdated; }
void translateLabel(std::string context, std::string baseName, std::string uniqueName);
static std::string translateArbitrary(std::string context, std::string baseName, std::string uniqueName);
protected:
void onChanged(const App::Property* prop) override;