Skip to content

Commit 07cc253

Browse files
authored
Merge pull request #19 from SalemCode8/patch-1
Add Arabic Transition
2 parents 0491617 + 44b3650 commit 07cc253

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Translations.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@ export default {
3333
next: 'Вперед',
3434
back: 'Назад',
3535
finish: 'Готово'
36+
},
37+
ar: {
38+
next: 'التالي',
39+
back: 'السابق',
40+
finish: 'انهاء'
3641
}
3742
}

0 commit comments

Comments
 (0)