mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
removed arabic n_hours/n_minutes as there are issues with them, %d is missing for some quantities, this should be avoided
This commit is contained in:
@@ -52,24 +52,6 @@
|
||||
<string name="this_month">هذا الشهر</string>
|
||||
<string name="last_week">الأسبوع الماضي</string>
|
||||
<string name="last_month">الشهر الماضي</string>
|
||||
<!-- Translators: show beside messages that are "N minutes old". prefer a short string, prefer abbreviations if they're well-known -->
|
||||
<plurals name="n_minutes">
|
||||
<item quantity="zero">لا دقيقة</item>
|
||||
<item quantity="one">دقيقة واحدة</item>
|
||||
<item quantity="two">دقيقتَيْن</item>
|
||||
<item quantity="few">%d دقائق</item>
|
||||
<item quantity="many">%d دقائق</item>
|
||||
<item quantity="other">%d دقائق</item>
|
||||
</plurals>
|
||||
<!-- Translators: show beside messages that are "N hours old". prefer a short string, prefer abbreviations if they're well-known -->
|
||||
<plurals name="n_hours">
|
||||
<item quantity="zero">لا ساعة</item>
|
||||
<item quantity="one">ساعة واحدة</item>
|
||||
<item quantity="two">ساعتان</item>
|
||||
<item quantity="few">%d ساعات</item>
|
||||
<item quantity="many">%d ساعات</item>
|
||||
<item quantity="other">%d ساعات</item>
|
||||
</plurals>
|
||||
<string name="self">أنا</string>
|
||||
<string name="draft">مسودة</string>
|
||||
<string name="image">صورة</string>
|
||||
|
||||
Reference in New Issue
Block a user