aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/moment/locale/ar-ly.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/lib/moment/locale/ar-ly.js')
-rw-r--r--resources/lib/moment/locale/ar-ly.js38
1 files changed, 19 insertions, 19 deletions
diff --git a/resources/lib/moment/locale/ar-ly.js b/resources/lib/moment/locale/ar-ly.js
index 276a02e6c6cf..0ec9ec8dd9ee 100644
--- a/resources/lib/moment/locale/ar-ly.js
+++ b/resources/lib/moment/locale/ar-ly.js
@@ -1,5 +1,5 @@
//! moment.js locale configuration
-//! locale : Arabic (Lybia) [ar-ly]
+//! locale : Arabic (Libya) [ar-ly]
//! author : Ali Hmer: https://github.com/kikoanis
;(function (global, factory) {
@@ -12,29 +12,29 @@
//! moment.js locale configuration
var symbolMap = {
- '1': '1',
- '2': '2',
- '3': '3',
- '4': '4',
- '5': '5',
- '6': '6',
- '7': '7',
- '8': '8',
- '9': '9',
- '0': '0',
+ 1: '1',
+ 2: '2',
+ 3: '3',
+ 4: '4',
+ 5: '5',
+ 6: '6',
+ 7: '7',
+ 8: '8',
+ 9: '9',
+ 0: '0',
},
pluralForm = function (n) {
return n === 0
? 0
: n === 1
- ? 1
- : n === 2
- ? 2
- : n % 100 >= 3 && n % 100 <= 10
- ? 3
- : n % 100 >= 11
- ? 4
- : 5;
+ ? 1
+ : n === 2
+ ? 2
+ : n % 100 >= 3 && n % 100 <= 10
+ ? 3
+ : n % 100 >= 11
+ ? 4
+ : 5;
},
plurals = {
s: [