diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-03-28 23:36:22 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2021-04-21 16:11:39 +0200 |
| commit | d69b9f9cf8c9e049bd7428113e6716a2456afdd3 (patch) | |
| tree | 731b8b8f00ca923d1b0cb222cd3f88f7158028db /locales/fa.json | |
| parent | a52e9be3e812506003d675ae1d25ec9a4230b071 (diff) | |
| download | invidious-d69b9f9cf8c9e049bd7428113e6716a2456afdd3.tar.gz invidious-d69b9f9cf8c9e049bd7428113e6716a2456afdd3.tar.bz2 invidious-d69b9f9cf8c9e049bd7428113e6716a2456afdd3.zip | |
Minor fixes in locales after synchronization
Diffstat (limited to 'locales/fa.json')
| -rw-r--r-- | locales/fa.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/locales/fa.json b/locales/fa.json index 837237d3..f2fdbf3b 100644 --- a/locales/fa.json +++ b/locales/fa.json @@ -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` دقیقه", |
