Skip to content

Commit

Permalink
Changed short format for Latvian to DD.MM.YYYY
Browse files Browse the repository at this point in the history
Requested by @salixzs in moment#655
  • Loading branch information
ichernev committed Feb 26, 2013
1 parent 609ebef commit 428b8df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang/lv.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require('../moment').lang('lv', {
weekdaysMin : "Sv_P_O_T_C_Pk_S".split("_"),
longDateFormat : {
LT : "HH:mm",
L : "YYYY.MM.DD.",
L : "DD.MM.YYYY",
LL : "YYYY. [gada] D. MMMM",
LLL : "YYYY. [gada] D. MMMM, LT",
LLLL : "YYYY. [gada] D. MMMM, dddd, LT"
Expand Down
4 changes: 2 additions & 2 deletions test/lang/lv.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ exports["lang:lv"] = {
['s ss', '50 50'],
['a A', 'pm PM'],
['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
['L', '2010.02.14.'],
['L', '14.02.2010'],
['LL', '2010. gada 14. februāris'],
['LLL', '2010. gada 14. februāris, 15:25'],
['LLLL', '2010. gada 14. februāris, svētdiena, 15:25'],
['l', '2010.2.14.'],
['l', '14.2.2010'],
['ll', '2010. gada 14. feb'],
['lll', '2010. gada 14. feb, 15:25'],
['llll', '2010. gada 14. feb, Sv, 15:25']
Expand Down

0 comments on commit 428b8df

Please sign in to comment.