Updated localizable strings to include spanish. Renamed the variable to be more in line with its generic purpose.

This commit is contained in:
Kevin G Christiano 2019-08-29 14:58:02 -04:00
parent 1c5b2e448e
commit c2a432fd25
4 changed files with 8 additions and 2 deletions

View File

@ -584,7 +584,7 @@ extension Label {
guard let text = text else { return nil }
if accessibilityHint == nil {
accessibilityHint = MVMCoreUIUtility.hardcodedString(withKey: "plan_selector_int_swipe_action_hint")
accessibilityHint = MVMCoreUIUtility.hardcodedString(withKey: "swipe_to_select_with_action_hint")
}
let actionText = NSString(string: text).substring(with: range)

View File

@ -8,7 +8,7 @@
//// Accessibility
"AccCloseButton" = "Close";
"plan_selector_int_swipe_action_hint" = "swipe up or down to select action, then double tap to select.";
"swipe_to_select_with_action_hint" = "swipe up or down to select action, then double tap to select.";
// Tab
"AccTab" = ", tab";
"AccTabHint" = "Double tap to select.";

View File

@ -6,6 +6,9 @@
Copyright © 2017 myverizon. All rights reserved.
*/
// Accessibility
"swipe_to_select_with_action_hint" = "deslízate hacia arriba o hacia abajo para seleccionar la acción, luego toca dos veces para seleccionar.";
"AccCloseButton" = "Cerrar";
// Tab
"AccTab" = ", pestaña";

View File

@ -6,6 +6,9 @@
Copyright © 2017 myverizon. All rights reserved.
*/
// Accessibility
"swipe_to_select_with_action_hint" = "deslízate hacia arriba o hacia abajo para seleccionar la acción, luego toca dos veces para seleccionar.";
"AccCloseButton" = "Cerrar";
// Tab
"AccTab" = ", pestaña";