Skip to content

Commit

Permalink
Fixed incorrect date pattern for spanish workplace locale (github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gWestenberger committed Aug 27, 2019
1 parent 8cfa1b5 commit 05c0645
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ GUI_DATEBOX_TITLE_0 =Selecciona una fecha
ERR_DATEBOX_INVALID_DATE_FORMAT_0 =Formato de fecha incorrecto, por favor usa el selector de fecha.
ERR_DATEBOX_INVALID_TIME_FORMAT_0 =Formato de hora incorrecto, por favor inserte la hora en formato "hh:mm".

GUI_DATEBOX_TIME_PATTERN_0 =hh:mm aa
GUI_DATEBOX_DATETIME_PATTERN_0 =MM/dd/yyyy hh:mm aa
GUI_DATEBOX_TIME_PATTERN_0 =HH:mm
GUI_DATEBOX_DATETIME_PATTERN_0 =dd/MM/yyyy HH:mm

GUI_CANT_LOAD_TREE_1 =No se pudo cargar el arbol de elementos:<br>{0}

Expand Down

0 comments on commit 05c0645

Please sign in to comment.