8000 Use double quotes for consistency · stephancom/activeadmin@366e826 · GitHub
[go: up one dir, main page]

Skip to content

Commit 366e826

Browse files
committed
Use double quotes for consistency
All other locales are using double quotes for the nested keys in the status_tag block except for this one.
1 parent 3dc13b6 commit 366e826

File tree

1 file changed

+2
-2
l 8000 ines changed

1 file changed

+2
-2
lines changed

config/locales/ar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ ar:
3737
current_filters: "المُرشحات الحاليّة:"
3838
no_current_filters: "بدون"
3939
status_tag:
40-
'yes': "نعم"
41-
'no': "لا"
40+
"yes": "نعم"
41+
"no": "لا"
4242
main_content: "الرجاء تنفيذ %{model}#main_content لعرض المحتوى."
4343
logout: "تسجيل الخروج"
4444
powered_by: "تنفيذ %{active_admin} %{version}"

0 commit comments

Comments
 (0)
0