Skip to content
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

Fix/translation error #1165

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Fix/translation error #1165

wants to merge 4 commits into from

Conversation

ins0
Copy link
Member

@ins0 ins0 commented Feb 10, 2025

fixes #1092

Copy link
Contributor

Coverage Report for ./packages/components/

Status Category Percentage Covered / Total
🔵 Lines 30.84% 4901 / 15888
🔵 Statements 30.84% 4901 / 15888
🔵 Functions 59.02% 458 / 776
🔵 Branches 75.7% 776 / 1025
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/components/src/components/Action/lib/ariaLive.ts 100% 100% 100% 100%
packages/components/src/components/AlertIcon/AlertIcon.tsx 0% 100% 100% 0% 2-48
packages/components/src/components/ComboBox/ComboBox.tsx 0% 100% 100% 0% 2-113
packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx 0% 0% 0% 0% 1-40
packages/components/src/components/CopyButton/CopyButton.tsx 0% 100% 100% 0% 2-60
packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx 0% 100% 100% 0% 2-31
packages/components/src/components/Label/Label.tsx 96.87% 33.33% 100% 96.87% 37
packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx 0% 100% 100% 0% 2-35
packages/components/src/components/List/components/EmptyView/EmptyView.tsx 100% 100% 100% 100%
packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.tsx 100% 100% 100% 100%
packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx 100% 100% 50% 100%
packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx 68.47% 78.57% 0% 68.47% 35-49, 53-68
packages/components/src/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.tsx 42.85% 25% 100% 42.85% 25-26, 28-29, 35-65
packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx 25% 100% 0% 25% 18-38
packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.tsx 34.78% 100% 0% 34.78% 13-30
packages/components/src/components/ProgressBar/ProgressBar.tsx 0% 0% 0% 0% 1-74
packages/components/src/components/SearchField/SearchField.tsx 22.95% 100% 100% 22.95% 22-76
packages/components/src/components/Select/components/CountryOptions/CountryOptions.tsx 38.09% 100% 0% 38.09% 30, 44-71
packages/components/src/components/Slider/Slider.tsx 0% 100% 100% 0% 2-113
packages/components/src/components/TextFieldBase/TextFieldBase.tsx 0% 100% 100% 0% 2-85
packages/components/src/lib/i18n/useLocalizedStringFormatter.ts 80% 57.14% 100% 80% 32-39, 49
packages/components/src/lib/react/components/Translate/Translate.tsx 42.85% 100% 0% 42.85% 12-15
Generated in workflow #2032 for commit ce6a616 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translation will throw error when target Browser Locale is not present in Locales Import
1 participant