mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Update settings_helper.rb (#2556)
Correcting language name arabic = العربية
This commit is contained in:
parent
546b5a9dcf
commit
9a085e138e
@ -3,7 +3,7 @@
|
|||||||
module SettingsHelper
|
module SettingsHelper
|
||||||
HUMAN_LOCALES = {
|
HUMAN_LOCALES = {
|
||||||
en: 'English',
|
en: 'English',
|
||||||
ar: 'عربى',
|
ar: 'العربية',
|
||||||
bg: 'Български',
|
bg: 'Български',
|
||||||
de: 'Deutsch',
|
de: 'Deutsch',
|
||||||
eo: 'Esperanto',
|
eo: 'Esperanto',
|
||||||
|
Loading…
Reference in New Issue
Block a user