kandalf Posted March 6, 2017 Share Posted March 6, 2017 I bought a template that have some .tpl files with translations without the "mod" parameter, for example I have this in a .tpl file: {l s='Please wait...'} instead of {l s='Please wait...' mod='somemod'} So the translation don't appear on backend, there are any way to translate this strings that don't have the "mod" parameter? Link to comment Share on other sites More sharing options...
rocky Posted March 7, 2017 Share Posted March 7, 2017 If it's a non-module TPL inside the theme, then you should be able to translate it by choosing "Front Office translations" and the theme name. If it's a module translation, you can't translate it without the mod='somemod', so you'll need to add that yourself and then choose "Installed module translations" and find the module and template name. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now