-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor localizations with resx files #1081
base: main
Are you sure you want to change the base?
Conversation
Added Language Selector Added Some NavMenu translations Fixed issue on Brands and Producsts where View and Delete option was showing in edit screen duplicated. Added Header conformity to Login,SelfRegister and ForgotPassword
Add MainLayout.resx
Oustanding with Admin Permissions razor
Update User Roles
Added localization for all .razor pages. To Add new translation, Add a new LanguageCode entry to LocalizationConstants, will be auto added to dropdown when app start up, and available in language selection. @fretje @iammukeshm , can the PR please be checked, comments is welcome. Reason for adding in shared, I want to translate the Api services later-on as well using resx. I only added English and Afrikaans to xlates, as this is current languages that will be used for now in project, but can be expanded, as we have 11 official languages. |
Added Language Selector
Added Some NavMenu translations
Fixed issue on Brands and Producsts where View and Delete option was showing in edit screen duplicated. Added Header conformity to Login,SelfRegister and ForgotPassword