Merge branch 'bugfix/PRODDEF-1289_accessibilityChanges' into 'develop'
Added static test for carousel. ### Summary Added static test for carousel. ### JIRA Ticket https://onejira.verizon.com/browse/PRODDEF-1289 Co-authored-by: Keerthy <keerthy.marakanti@verizon.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/972
This commit is contained in:
commit
85e967c492
@ -75,7 +75,9 @@
|
||||
|
||||
// MARK: Carousel
|
||||
"MVMCoreUIPageControl_currentpage_index" = "page %@ of %d";
|
||||
"MVMCoreUIPageControlslides_currentpage_index" = "slide %@ of %d";
|
||||
"MVMCoreUIPageControlslides_currentpage_index" = "slide %@ of %d selected";
|
||||
"MVMCoreUIPageControlslides_currentpage_index_accessibilityAnnouncement" = "slide %@ of %d";
|
||||
"MVMCoreUIPageControlslides_totalslides" = "Carousel containing %d slides,";
|
||||
|
||||
|
||||
// MARK: Styler
|
||||
|
||||
@ -60,7 +60,10 @@
|
||||
|
||||
// Carousel
|
||||
"MVMCoreUIPageControl_currentpage_index" = "página %@ de %d";
|
||||
"MVMCoreUIPageControlslides_currentpage_index" = "diapositiva %@ of %d";
|
||||
"MVMCoreUIPageControlslides_currentpage_index" = "diapositiva %@ of %d seleccionado";
|
||||
"MVMCoreUIPageControlslides_currentpage_index_accessibilityAnnouncement" = "diapositiva %@ of %d";
|
||||
"MVMCoreUIPageControlslides_totalslides" = "Carrusel contiene %d diapositivas,";
|
||||
|
||||
//Styler
|
||||
"CountDownDay" = " día";
|
||||
"CountDownHour" = " hora";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user