diff options
| author | 2015-08-26 07:57:04 -0300 | |
|---|---|---|
| committer | 2015-08-26 07:57:04 -0300 | |
| commit | 8041475aab2b8efad7d2857027331bd626d26312 (patch) | |
| tree | 3980e1763c067079a4cebb425d642ca9eac834bf /bower_components/moment/src/locale/tr.js | |
| parent | b0b24795b24ee6809397fbbadf42f31f310a219f (diff) | |
Imported Upstream version 7.6.4
Diffstat (limited to 'bower_components/moment/src/locale/tr.js')
| -rw-r--r-- | bower_components/moment/src/locale/tr.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/src/locale/tr.js b/bower_components/moment/src/locale/tr.js index 78f2b69..e908bc0 100644 --- a/bower_components/moment/src/locale/tr.js +++ b/bower_components/moment/src/locale/tr.js @@ -34,11 +34,11 @@ export default moment.defineLocale('tr', { weekdaysMin : 'Pz_Pt_Sa_Ça_Pe_Cu_Ct'.split('_'), longDateFormat : { LT : 'HH:mm', - LTS : 'LT:ss', + LTS : 'HH:mm:ss', L : 'DD.MM.YYYY', LL : 'D MMMM YYYY', - LLL : 'D MMMM YYYY LT', - LLLL : 'dddd, D MMMM YYYY LT' + LLL : 'D MMMM YYYY HH:mm', + LLLL : 'dddd, D MMMM YYYY HH:mm' }, calendar : { sameDay : '[bugün saat] LT', |
