Fix i18n handling of namespaces with spaces in

This commit is contained in:
Nick O'Leary
2021-12-01 15:08:04 +00:00
parent bf965a9cde
commit 7cb8f97ef1

View File

@@ -38,6 +38,8 @@ RED.i18n = (function() {
defaultNS: "editor",
fallbackLng: ['en-US'],
returnObjects: true,
keySeparator: ".",
nsSeparator: ":",
interpolation: {
unescapeSuffix: 'HTML',
escapeValue: false,