Minor fixes in locales after synchronization

This commit is contained in:
Samantaz Fox
2021-03-28 23:36:22 +02:00
parent a52e9be3e8
commit d69b9f9cf8
7 changed files with 14 additions and 15 deletions

View File

@@ -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` دقیقه",