-
Notifications
You must be signed in to change notification settings - Fork 505
feat(acr): adding support for internationalization (i18n) #6246
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
base: main
Are you sure you want to change the base?
feat(acr): adding support for internationalization (i18n) #6246
Conversation
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
Changed Packages
|
invincibleJai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
| import { ManifestDigestChip } from './ManifestDigestChip'; | ||
|
|
||
| export const columns: TableColumn<TagRow>[] = [ | ||
| export const getColumns = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this is better suited as a useMemo now?
| const title = `Azure Container Registry Repository: ${image}`; | ||
| const { t } = useTranslation(); | ||
| const title = t( | ||
| 'page.title' as keyof typeof acrTranslationRef.T, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bookmarks plugin has an example of useTranslation that removes the need for these type assertions if you want that
Description
Adding internationalization (i18n) support with German, French, Italian, Spanish and Japanese translations.
##Fixed
Fixing https://issues.redhat.com/browse/RHIDP-9721
UI after changes
Screen.Recording.2025-11-26.at.11.mp4
Signed-off-byline in the message. (more info)