Skip to content

Commit e3b8926

Browse files
authored
Merge pull request #7067 from enkelmedia/localization-extensions
Updated docs with fallback en
2 parents 81485dc + 7cbb03c commit e3b8926

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

14/umbraco-cms/extending/packages/language-files-for-packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ To register localizations to a language, you must add a new manifest to the Exte
2222
"extensions": [
2323
{
2424
"type": "localization",
25-
"alias": "MyPackage.Localize.EnUS",
26-
"name": "English (United States)",
25+
"alias": "MyPackage.Localize.En",
26+
"name": "English",
2727
"meta": {
28-
"culture": "en-us"
28+
"culture": "en"
2929
},
3030
"js": "/App_Plugins/MyPackage/Localization/en-us.js"
3131
}

15/umbraco-cms/extending/packages/language-files-for-packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ To register localizations to a language, you must add a new manifest to the Exte
2222
"extensions": [
2323
{
2424
"type": "localization",
25-
"alias": "MyPackage.Localize.EnUS",
26-
"name": "English (United States)",
25+
"alias": "MyPackage.Localize.En",
26+
"name": "English",
2727
"meta": {
28-
"culture": "en-us"
28+
"culture": "en"
2929
},
3030
"js": "/App_Plugins/MyPackage/Localization/en-us.js"
3131
}

16/umbraco-cms/extending/packages/language-files-for-packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ To register localizations to a language, you must add a new manifest to the Exte
2222
"extensions": [
2323
{
2424
"type": "localization",
25-
"alias": "MyPackage.Localize.EnUS",
26-
"name": "English (United States)",
25+
"alias": "MyPackage.Localize.En",
26+
"name": "English",
2727
"meta": {
28-
"culture": "en-us"
28+
"culture": "en"
2929
},
3030
"js": "/App_Plugins/MyPackage/Localization/en-us.js"
3131
}

0 commit comments

Comments
 (0)