Fix: No . in thousand separator
This commit is contained in:
parent
cade6ec4d8
commit
07eb06d8b7
@ -2,7 +2,7 @@
|
|||||||
CHARSET =ISO-8859-1
|
CHARSET =ISO-8859-1
|
||||||
DatabaseConnection =Connessione al database
|
DatabaseConnection =Connessione al database
|
||||||
SeparatorDecimal =,
|
SeparatorDecimal =,
|
||||||
SeparatorThousand =.
|
SeparatorThousand =
|
||||||
Error =Errore
|
Error =Errore
|
||||||
ErrorFieldRequired =Il campo '%s' è necessaria
|
ErrorFieldRequired =Il campo '%s' è necessaria
|
||||||
ErrorFieldFormat =Il campo '%s' ha un valore cattivo
|
ErrorFieldFormat =Il campo '%s' ha un valore cattivo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user