Fix errors with FrequencyUnit string formatting
This commit is contained in:
parent
e621f659c8
commit
ec5b98943a
1 changed files with 1 additions and 1 deletions
|
@ -129,6 +129,6 @@
|
||||||
"december" = "diciembre";
|
"december" = "diciembre";
|
||||||
|
|
||||||
"start" = "Inicio";
|
"start" = "Inicio";
|
||||||
"end" = "Fin";
|
"end" = "Fin ";
|
||||||
"never" = "Nunca";
|
"never" = "Nunca";
|
||||||
"onDate" = "Fecha";
|
"onDate" = "Fecha";
|
||||||
|
|
Loading…
Reference in a new issue