git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@20288 d1611594-4594-4d17-8e1d-87c2c4800839
parent
709b6bd772
commit
6bd03c4414
|
@ -63,6 +63,6 @@ public class MyLabelLocatorCliente implements org.zkoss.util.resource.LabelLocat
|
|||
}
|
||||
|
||||
private static final String getI3LabelDefault() {
|
||||
return "i3-label_es_MX.label";
|
||||
return "i3-label_pt_BR.label";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,6 +53,6 @@ public class MyLabelLocatorGeneral implements org.zkoss.util.resource.LabelLocat
|
|||
return "i3-label_" + locale + ".label";
|
||||
}
|
||||
private static final String getI3LabelDefault() {
|
||||
return "i3-label_es_MX.label";
|
||||
return "i3-label_pt_BR.label";
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue