Skip to content

Commit 430c646

Browse files
authored
Merge pull request #6872 from lofstrand/patch-1
Update localization.md
2 parents 4c8db9c + 3140f0e commit 430c646

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

15/umbraco-forms/developer/localization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Umbraco Forms ships with translations for the following languages:
1414

1515
- Czech (`cs-cz.js`)
1616
- Danish (`da-dk.js`)
17-
- Spanish (`es-es.js`)
17+
- Dutch (`nl-nl.js`)
1818
- French (`fr-fr.js`)
1919
- Italian (`it-it.js`)
2020
- Polish (`pl-pl.js`)
21+
- Spanish (`es-es.js`)
2122
- UK English (`en-gb.js`)
22-
- US English (`en-us.js`)
23-
- Dutch (`nl-nl.js`)
23+
- US English (`en.js`)
2424

25-
If the language you require does not exist, it's possible to create your own by duplicating the default `en-us.js` file. You can then save it with the appropriate culture code for the language you need and replace the English text with the translated version.
25+
If the language you require does not exist, it's possible to create your own by duplicating the default `en.js` file. You can then save it with the appropriate culture code for the language you need and replace the English text with the translated version.
2626

27-
As of Forms 10, the file no longer exists on disk and is shipped as part of the `Umbraco.Forms.StaticAssets` NuGet package. You can open this package, either locally using [Nuget Package Explorer](https://apps.microsoft.com/store/detail/nuget-package-explorer/9WZDNCRDMDM3?hl=en-gb&gl=gb&rtc=1), or [online](https://www.nuget.org/packages/Umbraco.Forms.StaticAssets/) by clicking the "Open in NuGet Package Explorer" link. You'll find the file at `staticwebassets/en-us.js`.
27+
As of Forms 10, the file no longer exists on disk and is shipped as part of the `Umbraco.Forms.StaticAssets` NuGet package. You can open this package, either locally using [Nuget Package Explorer](https://apps.microsoft.com/store/detail/nuget-package-explorer/9WZDNCRDMDM3?hl=en-gb&gl=gb&rtc=1), or [online](https://www.nuget.org/packages/Umbraco.Forms.StaticAssets/) by clicking the "Open in NuGet Package Explorer" link. You'll find the file at `staticwebassets/en.js`.
2828

2929
Once translated, the new file should be saved somewhere in the `App_Plugins` folder for example `App_Plugins/UmbracoFormsLocalization/`. The final step is to register the localization file. This can be done by creating a `umbraco-package.json` like so:
3030

0 commit comments

Comments
 (0)