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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 2 additions and 0 deletions

View File

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