From 1980074c13bd1c3dd0f17c579fb737a6afbe1cf6 Mon Sep 17 00:00:00 2001 From: Tayeb Sedraia Date: Wed, 5 Jun 2024 16:37:01 +0200 Subject: [PATCH] demo app : add localizable title text (#831) --- CHANGELOG.md | 1 + .../Resources/en.lproj/Localizable.strings | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7338d36..6175f6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/en.lproj/Localizable.strings b/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/en.lproj/Localizable.strings index 2ade5f08..974391ea 100644 --- a/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/en.lproj/Localizable.strings +++ b/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/en.lproj/Localizable.strings @@ -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";