mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix i18n handling of namespaces with spaces in
This commit is contained in:
parent
bf965a9cde
commit
7cb8f97ef1
@ -38,6 +38,8 @@ RED.i18n = (function() {
|
|||||||
defaultNS: "editor",
|
defaultNS: "editor",
|
||||||
fallbackLng: ['en-US'],
|
fallbackLng: ['en-US'],
|
||||||
returnObjects: true,
|
returnObjects: true,
|
||||||
|
keySeparator: ".",
|
||||||
|
nsSeparator: ":",
|
||||||
interpolation: {
|
interpolation: {
|
||||||
unescapeSuffix: 'HTML',
|
unescapeSuffix: 'HTML',
|
||||||
escapeValue: false,
|
escapeValue: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user