Skip to content

Commit e633c1b

Browse files
committed
fix quantity string crash
1 parent caa0355 commit e633c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/src/main/res/values-fa/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<!-- <item quantity="two">%s روز قبلی</item>-->
4545
<!-- <item quantity="few">%s روز قبلی</item>-->
4646
<!-- <item quantity="many">%s روز قبلی</item>-->
47-
<!-- <item quantity="other">%s روز قبلی</item>-->
47+
<item quantity="other">%s روز قبلی</item>
4848
</plurals>
4949

5050
<string name="ok">موافقت</string>

0 commit comments

Comments
 (0)