Browse Source

docs: update Localization.md

pull/4868/head
mehmet-erim 6 years ago
parent
commit
8e478adca2
  1. 2
      docs/en/UI/Angular/Localization.md

2
docs/en/UI/Angular/Localization.md

@ -211,7 +211,7 @@ If you see the error like above, you should pass the `cultureNameToLocaleFileNam
// other options
cultureNameToLocaleFileNameMapping: {
"X": "Y",
"AnotherLocaleNameDefinedInDotnet": "AnotherLocaleNameDefinedInAngular"
"AnotherCultureNameDefinedInDotnet": "AnotherLocaleFileNameDefinedInAngular"
}
})
//...

Loading…
Cancel
Save