Skip to content

Commit b719b6a

Browse files
Update localization.md
Use the correct property, it should be "localizations" and not "translations", the latter doesn't work.
1 parent 74da148 commit b719b6a

File tree

1 file changed

+1
-1
lines changed
  • 14/umbraco-cms/customizing/extending-overview/extension-types

1 file changed

+1
-1
lines changed

14/umbraco-cms/customizing/extending-overview/extension-types/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you do not have many translations, you can also choose to include them direct
6161
"name": "English",
6262
"meta": {
6363
"culture": "en",
64-
"translations": {
64+
"localizations": {
6565
"section": {
6666
"key1": "value1",
6767
"key2": "value2"

0 commit comments

Comments
 (0)