Skip to content

Commit 17d11d0

Browse files
AngeloDotNetCopilotArgoZhang
authored
doc(Localizer): add italian localization (#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 <175728472+Copilot@users.noreply.github.com> Signed-off-by: Angelo Pirola <angelo9871@gmail.com> * Update localization/it.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Angelo Pirola <angelo9871@gmail.com> * Update localization/it.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Angelo Pirola <angelo9871@gmail.com> * chore: bump version 9.11.1-beta02 --------- Signed-off-by: Angelo Pirola <angelo9871@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Argo Zhang <argo@live.ca>
1 parent 51b9ca6 commit 17d11d0

3 files changed

Lines changed: 410 additions & 1 deletion

File tree

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)