Skip to content

Commit

Permalink
demo app : add localizable title text (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayebsed93 authored Jun 5, 2024
1 parent 8493377 commit 1980074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- [DemoApp] A11y - Bars-navigation component accessibility issues ([#830](https://github.com/Orange-OpenSource/ods-ios/issues/830))
- [DemoApp] A11y - Target size is too small for info and chevron components, difficult to tap without mistake. ([#732](https://github.com/Orange-OpenSource/ods-ios/issues/732))
- [DemoApp] A11y - Buttons component : group labels and buttons ([#760](https://github.com/Orange-OpenSource/ods-ios/issues/760))
- [DemoApp] A11y - Title is the same for both variants "Progress bar demo", title must be unique. ([#724](https://github.com/Orange-OpenSource/ods-ios/issues/724))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
"screens.components.bars.navigation.description" = "A navigation bar appears at the top of an app screen, below the status bar, and enables navigation through a series of hierarchical screens.";
"screens.components.bars.navigation.button.edit" = "Edit action";
"screens.components.bars.navigation.button.share" = "Share action";
"screens.components.bars.navigation.standard_title.text" = "Title";
"screens.components.bars.navigation.large_title.text" = "Large Title";
"screens.components.bars.navigation.standard_title.text" = "Title example";
"screens.components.bars.navigation.large_title.text" = "Large Title example";
"screens.components.bars.navigation.standard_title.hint" = "Standard";
"screens.components.bars.navigation.large_title.hint" = "Large";
"screens.components.bars.navigation.size.hint" = "Size";
Expand Down

0 comments on commit 1980074

Please sign in to comment.