From b7fa9322619194b304cb605a26c745eda83511b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 5 Jun 2009 15:09:41 +0000 Subject: [PATCH] remove_friend.success was missing a closing paren, so '{{name}' showed up literally in all these languages when removing a friend --- config/locales/en.yml | 2 +- config/locales/he.yml | 2 +- config/locales/it.yml | 2 +- config/locales/nl.yml | 2 +- config/locales/ru.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index d9b0eea42..2bb72c826 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -630,5 +630,5 @@ en: failed: "Sorry, failed to add {{name}} as a friend." already_a_friend: "You are already friends with {{name}}." remove_friend: - success: "{{name} was removed from your friends." + success: "{{name}} was removed from your friends." not_a_friend: "{{name}} is not one of your friends." diff --git a/config/locales/he.yml b/config/locales/he.yml index ace12c0d8..496f26c87 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -630,5 +630,5 @@ he: failed: "Sorry, failed to add {{name}} as a friend." already_a_friend: "You are already friends with {{name}}." remove_friend: - success: "{{name} was removed from your friends." + success: "{{name}} was removed from your friends." not_a_friend: "{{name}} is not one of your friends." diff --git a/config/locales/it.yml b/config/locales/it.yml index ca0141fe5..c28094528 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -630,5 +630,5 @@ it: failed: "Spiacenti, non è stato possibile aggiungere {{name}} come un amico." already_a_friend: "Sei già amico di {{name}}." remove_friend: - success: "{{name} è stato rimosso dai tuoi amici." + success: "{{name}} è stato rimosso dai tuoi amici." not_a_friend: "{{name}} non è uno dei tuoi amici." diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 6b8d686d0..1d055d9eb 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -630,5 +630,5 @@ nl: failed: "Sorry, toevoegen van {{name}} als vriend mislukt." already_a_friend: "Je bent al vrienden met {{name}}." remove_friend: - success: "{{name} is verwijderd van je vrienden." + success: "{{name}} is verwijderd van je vrienden." not_a_friend: "{{name}} is geen vriend van jou." diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 0f715980b..b6f2a5ead 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -630,5 +630,5 @@ ru: failed: "Не удалось добавить {{name}} в друзья." already_a_friend: "Вы с {{name}} уже друзья." remove_friend: - success: "{{name} удален из вашего списка друзей." + success: "{{name}} удален из вашего списка друзей." not_a_friend: "{{name}} не является вашим другом." -- 2.43.2