diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-17 12:32:47 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-17 12:32:47 -0400 |
| commit | 7c385a7877aa4b0163dda6206f656846db2cf039 (patch) | |
| tree | 0dd09ef3261f0eca43cda22d27ab3a431ad1cd2f /www/lib/moment/locale/ro.js | |
| parent | a0b74399c4f1a7754029e1fd7f4be3b20836404a (diff) | |
iOS9 fixes (which includes ionic updates to 1.1.0)
Diffstat (limited to 'www/lib/moment/locale/ro.js')
| -rw-r--r-- | www/lib/moment/locale/ro.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lib/moment/locale/ro.js b/www/lib/moment/locale/ro.js index 7a1db51d..92a89d1f 100644 --- a/www/lib/moment/locale/ro.js +++ b/www/lib/moment/locale/ro.js @@ -33,7 +33,7 @@ weekdaysMin : 'Du_Lu_Ma_Mi_Jo_Vi_Sâ'.split('_'), longDateFormat : { LT : 'H:mm', - LTS : 'LT:ss', + LTS : 'H:mm:ss', L : 'DD.MM.YYYY', LL : 'D MMMM YYYY', LLL : 'D MMMM YYYY H:mm', @@ -70,4 +70,4 @@ return ro; -})); +}));
\ No newline at end of file |
