fix: update dictionary, fix parsing playlist dates in am and no
This commit is contained in:
parent
ebac82421b
commit
582a386d76
8 changed files with 65 additions and 55 deletions
|
|
@ -83,7 +83,9 @@
|
|||
},
|
||||
"date_order": "DY",
|
||||
"months": {
|
||||
"ጃን": 1,
|
||||
"ጃንዩ": 1,
|
||||
"ፌብ": 2,
|
||||
"ፌብሩ": 2,
|
||||
"ማርች": 3,
|
||||
"ኤፕሪ": 4,
|
||||
|
|
@ -2864,6 +2866,7 @@
|
|||
"jan": 1,
|
||||
"feb": 2,
|
||||
"mar": 3,
|
||||
"mars": 3,
|
||||
"apr": 4,
|
||||
"mai": 5,
|
||||
"jun": 6,
|
||||
|
|
|
|||
Reference in a new issue