Skip to content

Commit 17d11d0

Browse files
AngeloDotNetCopilotArgoZhang
authored
doc(Localizer): add italian localization (dotnetcore#6810)
* Add Italian localization file to project Added `localization/it.json` to the project configuration file `BootstrapBlazor.slnx` to introduce support for the Italian language. * Add Italian translations for BootstrapBlazor components Added localized strings for labels, placeholders, tooltips, error messages, and other UI text in Italian across various `BootstrapBlazor` components. This includes support for features like form validation, table operations, date and time pickers, modals, dropdowns, and more. These changes enhance the user experience for Italian-speaking users by providing a fully localized interface. * Update localization/it.json Co-authored-by: Copilot <[email protected]> Signed-off-by: Angelo Pirola <[email protected]> * Update localization/it.json Co-authored-by: Copilot <[email protected]> Signed-off-by: Angelo Pirola <[email protected]> * Update localization/it.json Co-authored-by: Copilot <[email protected]> Signed-off-by: Angelo Pirola <[email protected]> * chore: bump version 9.11.1-beta02 --------- Signed-off-by: Angelo Pirola <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Argo Zhang <[email protected]>
1 parent 51b9ca6 commit 17d11d0

File tree

3 files changed

+410
-1
lines changed

3 files changed

+410
-1
lines changed

BootstrapBlazor.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<Folder Name="/localization/">
2121
<File Path="localization/de.json" />
2222
<File Path="localization/es.json" />
23+
<File Path="localization/it.json" />
2324
<File Path="localization/pt.json" />
2425
<File Path="localization/ru-RU.json" />
2526
<File Path="localization/th-TH.json" />

0 commit comments

Comments
 (0)