Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Add a dependency to your application related `build.gradle`

```gradle
dependencies {
compile 'com.github.eggheadgames:Siren:1.4.+'
compile 'com.github.eggheadgames:Siren:1.5.+'
}
```

Expand Down
10 changes: 5 additions & 5 deletions library/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="update_alert_message" formatted="false" tools:ignore="StringFormatInvalid">.نسخة جديدة من %s متوفرة. الرجاء التجديد إلى نسخة رقم %s الآن</string>
<string name="update_available">التجديد متوفر</string>
<string name="update">تجديد</string>
<string name="next_time">المرة التالية</string>
<string name="skip_this_version">تخطى عن هذه النسخة</string>
<string name="update_alert_message" formatted="false" tools:ignore="StringFormatInvalid">.نسخة جديدة من %s متوفرة. الرجاء التحديث إلى نسخة رقم %s الآن</string>
<string name="update_available">تحديث متوفر</string>
<string name="update">تحديث</string>
<string name="next_time">المرة القادمة</string>
<string name="skip_this_version">تخطى هذه النسخة</string>
</resources>