Change the name of Arabic in the settings page

This commit is contained in:
Mohd-PH 2020-08-20 16:21:11 +03:00
parent 950bb17b1e
commit 2e235ad2fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export default {
'en-US': 'English',
'it-IT': 'Italiano',
'ar-SA': 'Arabic'
'ar-SA': 'العربية'
};