You are not logged in.
Pages: 1
Hi
Is it possible to get i18n for xinha_config.formatblock?
xinha_config.formatblock =
{
"— format —": "",
"Heading 1": "h1",
"Heading 2": "h2",
"Heading 3": "h3",
"Heading 4": "h4",
"Heading 5": "h5",
"Heading 6": "h6",
"Normal" : "p",
"Address" : "address",
"Formatted": "pre"
};
Regards,
Alex
Offline
Of course, the formatblock is fully i18nized. Maybe the translation is missing for your language, see e.g. de.js line 49. If you feel like extending your language localization, please consider sending it to us (attach it to a ticket)
Offline
Thank you ray, yes, it was missing, but i won't send the i18n i made, since it was rather custom names for h1,2,3 tags then i18n
Regards,
Alex
Offline
Pages: 1