text field Spanish localization for optional
This commit is contained in:
parent
9ec376ffa9
commit
cac849fadc
@ -64,7 +64,7 @@ public class FormLabelModel: EnableableModelProtocol {
|
||||
if enabled {
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
"textfield_picker_item" = " picker item";
|
||||
"textfield_regular" = " regular";
|
||||
"textfield_disabled_state" = "disabled";
|
||||
|
||||
"textfield_optional" = "Optional";
|
||||
|
||||
// MARK: MDNTextfield
|
||||
"textfield_contacts_barbutton" = "My Contacts";
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
"textfield_picker_item" = " artículo de selector";
|
||||
"textfield_regular" = " regular";
|
||||
"textfield_disabled_state" = "inactivo";
|
||||
"textfield_optional" = "Opcional";
|
||||
//MDNTextfield
|
||||
"textfield_contacts_barbutton" = "Mis contactos";
|
||||
"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_regular" = " regular";
|
||||
"textfield_disabled_state" = "inactivo";
|
||||
"textfield_optional" = "Opcional";
|
||||
//MDNTextfield
|
||||
"textfield_contacts_barbutton" = "Mis contactos";
|
||||
"textfield_phone_format_error_message" = "Formato de número de teléfono inválido.";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user