You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a bug in Cutelyst that i18n tag was not working, besides the needed changes in Cutelyst I kept getting: grantlee.template: "Invalid block tag on line 0: 'i18n''. Did you forget to register or load this tag?" grantlee.template: "Invalid block tag on line 0: 'i18n''. Did you forget to register or load this tag?"
even after: engine->addDefaultLibrary(QStringLiteral("grantlee_i18ntags"));
which is what grantlee tests do, what am I missing?
Thanks
The text was updated successfully, but these errors were encountered:
I got a bug in Cutelyst that i18n tag was not working, besides the needed changes in Cutelyst I kept getting:
grantlee.template: "Invalid block tag on line 0: 'i18n''. Did you forget to register or load this tag?" grantlee.template: "Invalid block tag on line 0: 'i18n''. Did you forget to register or load this tag?"
even after:
engine->addDefaultLibrary(QStringLiteral("grantlee_i18ntags"));
which is what grantlee tests do, what am I missing?
Thanks
The text was updated successfully, but these errors were encountered: