diff options
Diffstat (limited to 'www/lib/moment/src/locale/si.js')
| -rw-r--r-- | www/lib/moment/src/locale/si.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lib/moment/src/locale/si.js b/www/lib/moment/src/locale/si.js index 0f03b636..15c9f159 100644 --- a/www/lib/moment/src/locale/si.js +++ b/www/lib/moment/src/locale/si.js @@ -1,4 +1,4 @@ -//! moment.js locale configuration +//! moment.js locale configuration //! locale : Sinhalese (si) //! author : Sampath Sitinamaluwa : https://github.com/sampathsris @@ -16,8 +16,8 @@ export default moment.defineLocale('si', { LTS : 'a h:mm:ss', L : 'YYYY/MM/DD', LL : 'YYYY MMMM D', - LLL : 'YYYY MMMM D, LT', - LLLL : 'YYYY MMMM D [වැනි] dddd, LTS' + LLL : 'YYYY MMMM D, a h:mm', + LLLL : 'YYYY MMMM D [වැනි] dddd, a h:mm:ss' }, calendar : { sameDay : '[අද] LT[ට]', |
