From 8e081f145b3096fae0b61e6b3ef16c788de30191 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Sun, 26 Jun 2016 01:20:05 -0700 Subject: [PATCH] Fix rest of locale comments --- src/locale/ar.js | 6 +++--- src/locale/ms.js | 2 +- src/locale/tlh.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/locale/ar.js b/src/locale/ar.js index 412775c42..5f66b1013 100644 --- a/src/locale/ar.js +++ b/src/locale/ar.js @@ -1,7 +1,7 @@ //! moment.js locale configuration -//! Locale: Arabic [ar] -//! Author: Abdel Said: https://github.com/abdelsaid -//! Changes in months, weekdays: Ahmed Elkhatib +//! locale : Arabic [ar] +//! author : Abdel Said: https://github.com/abdelsaid +//! changes in months, weekdays: Ahmed Elkhatib //! Native plural forms: forabi https://github.com/forabi import moment from '../moment'; diff --git a/src/locale/ms.js b/src/locale/ms.js index 7003a7226..44c3e3730 100644 --- a/src/locale/ms.js +++ b/src/locale/ms.js @@ -1,5 +1,5 @@ //! moment.js locale configuration -//! locale : Malay (ms) +//! locale : Malay [ms] //! author : Weldan Jamili : https://github.com/weldan import moment from '../moment'; diff --git a/src/locale/tlh.js b/src/locale/tlh.js index ecc9a6926..af1b08d4b 100644 --- a/src/locale/tlh.js +++ b/src/locale/tlh.js @@ -1,5 +1,5 @@ //! moment.js locale configuration -//! locale : Klingon (tlh) +//! locale : Klingon [tlh] //! author : Dominika Kruk : https://github.com/amaranthrose import moment from '../moment'; -- 2.47.2