Merge branch 'feature/ONEAPP-6089' into 'develop'
Text field Spanish localization for optional ### Summary Update privacy strings for App Clip Spanish support. ### JIRA Ticket https://onejira.verizon.com/browse/ONEAPP-6089 Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1037
This commit is contained in:
commit
0066827c5d
@ -64,7 +64,7 @@ public class FormLabelModel: EnableableModelProtocol {
|
|||||||
if enabled {
|
if enabled {
|
||||||
required.attributes = [LabelAttributeColorModel(FormLabelModel.defaultRequiredTextColor, model.text.count + 1, 8)]
|
required.attributes = [LabelAttributeColorModel(FormLabelModel.defaultRequiredTextColor, model.text.count + 1, 8)]
|
||||||
}
|
}
|
||||||
required.text = "\(model.text) Optional"
|
required.text = "\(model.text) \(MVMCoreUIUtility.hardcodedString(withKey: "textfield_optional") ?? "")"
|
||||||
return required
|
return required
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
"textfield_picker_item" = " picker item";
|
"textfield_picker_item" = " picker item";
|
||||||
"textfield_regular" = " regular";
|
"textfield_regular" = " regular";
|
||||||
"textfield_disabled_state" = "disabled";
|
"textfield_disabled_state" = "disabled";
|
||||||
|
"textfield_optional" = "Optional";
|
||||||
|
|
||||||
// MARK: MDNTextfield
|
// MARK: MDNTextfield
|
||||||
"textfield_contacts_barbutton" = "My Contacts";
|
"textfield_contacts_barbutton" = "My Contacts";
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
"textfield_picker_item" = " artículo de selector";
|
"textfield_picker_item" = " artículo de selector";
|
||||||
"textfield_regular" = " regular";
|
"textfield_regular" = " regular";
|
||||||
"textfield_disabled_state" = "inactivo";
|
"textfield_disabled_state" = "inactivo";
|
||||||
|
"textfield_optional" = "Opcional";
|
||||||
//MDNTextfield
|
//MDNTextfield
|
||||||
"textfield_contacts_barbutton" = "Mis contactos";
|
"textfield_contacts_barbutton" = "Mis contactos";
|
||||||
"textfield_phone_format_error_message" = "Formato de número de teléfono inválido.";
|
"textfield_phone_format_error_message" = "Formato de número de teléfono inválido.";
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
"textfield_picker_item" = " artículo de selector";
|
"textfield_picker_item" = " artículo de selector";
|
||||||
"textfield_regular" = " regular";
|
"textfield_regular" = " regular";
|
||||||
"textfield_disabled_state" = "inactivo";
|
"textfield_disabled_state" = "inactivo";
|
||||||
|
"textfield_optional" = "Opcional";
|
||||||
//MDNTextfield
|
//MDNTextfield
|
||||||
"textfield_contacts_barbutton" = "Mis contactos";
|
"textfield_contacts_barbutton" = "Mis contactos";
|
||||||
"textfield_phone_format_error_message" = "Formato de número de teléfono inválido.";
|
"textfield_phone_format_error_message" = "Formato de número de teléfono inválido.";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user