mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Minor fixes in locales after synchronization
This commit is contained in:
@@ -332,8 +332,8 @@
|
||||
"Yoruba": "یوروبایی",
|
||||
"Zulu": "زولو",
|
||||
"`x` years": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` سال.",
|
||||
"": "`x` سال."
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` سال",
|
||||
"": "`x` سال"
|
||||
},
|
||||
"`x` months": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` ماه",
|
||||
@@ -345,11 +345,11 @@
|
||||
},
|
||||
"`x` days": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` روز",
|
||||
"": "`x` روز."
|
||||
"": "`x` روز"
|
||||
},
|
||||
"`x` hours": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` ساعت",
|
||||
"": "`x` ساعت."
|
||||
"": "`x` ساعت"
|
||||
},
|
||||
"`x` minutes": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` دقیقه",
|
||||
|
Reference in New Issue
Block a user