Skip to content

Commit f206657

Browse files
Fix consistent interpolations check
1 parent 8c0d96d commit f206657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/locales/az.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ az:
6868
delete_confirmation: "Siz %{plural_model} silməyə əminsiniz?"
6969
succesfully_destroyed:
7070
one: "Uğurla silindi: 1 %{model}"
71-
few: "Uğurla silindi: %{count} %{model}"
72-
many: "Uğurla silindi: %{count} %{model}"
73-
other: "Uğurla silindi: %{count} %{model}"
71+
few: "Uğurla silindi: %{count} %{plural_model}"
72+
many: "Uğurla silindi: %{count} %{plural_model}"
73+
other: "Uğurla silindi: %{count} %{plural_model}"
7474
selection_toggle_explanation: "(Hamısını seç / Seçilmişləri sıfırla)"
7575
action_label: "%{title} seçilmiş"
7676
labels:

0 commit comments

Comments
 (0)