https://github.com/mudblazor/translations
Crowdsourced translations for the MudBlazor component library.
https://github.com/mudblazor/translations
csharp localization mudblazor translations
Last synced: 13 days ago
JSON representation
Crowdsourced translations for the MudBlazor component library.
- Host: GitHub
- URL: https://github.com/mudblazor/translations
- Owner: MudBlazor
- License: mit
- Created: 2024-07-01T17:24:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-17T07:57:08.000Z (17 days ago)
- Last Synced: 2025-04-19T19:04:25.921Z (14 days ago)
- Topics: csharp, localization, mudblazor, translations
- Language: HTML
- Homepage: https://hosted.weblate.org/engage/mudblazor/
- Size: 463 KB
- Stars: 25
- Watchers: 1
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/meenzen/MudBlazor.Translations/blob/main/LICENSE)
[](https://www.nuget.org/packages/MudBlazor.Translations)
[](https://www.nuget.org/packages/MudBlazor.Translations)
[](https://hosted.weblate.org/engage/mudblazor/)
[](https://discord.gg/mudblazor)# MudBlazor.Translations
Community translations for the MudBlazor component library.
## Compatibility
| MudBlazor | MudBlazor.Translations |
|-----------|------------------------|
| 7.x.x | 1.x.x |
| 8.x.x | 2.x.x |## Installation
Install the package
```bash
dotnet add package MudBlazor.Translations
```Add the following to the relevant sections of `Program.cs`
```csharp
using MudBlazor.Translations;
``````csharp
builder.Services.AddMudTranslations();
```> [!IMPORTANT]
> Blazor localization needs to be configured, otherwise Blazor will default to English.To learn more about Localization in Blazor visit
the [ASP.NET Core Blazor globalization and localization](https://learn.microsoft.com/en-us/aspnet/core/blazor/globalization-localization)
documentation page.## Translation Status
[](https://hosted.weblate.org/engage/mudblazor/)
## License
This project is licensed under the MIT License. See the [LICENSE](https://choosealicense.com/licenses/mit/) file for details.
## Contributing
Contributions are welcome! Please see the [CONTRIBUTING](CONTRIBUTING.md) guide for more details.
## Contact
For questions or support, please open an issue on this repository.