fix: add "1 video" tokens to dict
This commit is contained in:
parent
29ad2f99d4
commit
c3f82f765b
5 changed files with 26 additions and 9 deletions
|
|
@ -16,7 +16,9 @@
|
|||
"শঃ": null
|
||||
},
|
||||
"number_nd_tokens": {
|
||||
"কোনো": null
|
||||
"কোনো": null,
|
||||
"ভিডিঅ’": null,
|
||||
"১টা": 1
|
||||
}
|
||||
},
|
||||
"bn": {
|
||||
|
|
@ -111,7 +113,8 @@
|
|||
},
|
||||
"no": {
|
||||
"number_nd_tokens": {
|
||||
"avspillinger": null
|
||||
"avspillinger": null,
|
||||
"én": 1
|
||||
}
|
||||
},
|
||||
"or": {
|
||||
|
|
@ -129,6 +132,11 @@
|
|||
"ਨੇ": null
|
||||
}
|
||||
},
|
||||
"pt": {
|
||||
"number_nd_tokens": {
|
||||
"um": 1
|
||||
}
|
||||
},
|
||||
"ro": {
|
||||
"number_nd_tokens": {
|
||||
"abonat": null,
|
||||
|
|
|
|||
Reference in a new issue