From 9cf3d6f0f7ac43e6daff5372d5445d48fb6c78b9 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Sat, 3 Jan 2015 12:39:29 +0100 Subject: [PATCH] Remove unneeded quotation marks in translations --- config/locales/models/problem/de.yml | 12 ++++++------ config/locales/models/translation/de.yml | 12 ++++++------ config/locales/views/problems/de.yml | 10 +++++----- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/config/locales/models/problem/de.yml b/config/locales/models/problem/de.yml index fdbc3c8..6a416c4 100644 --- a/config/locales/models/problem/de.yml +++ b/config/locales/models/problem/de.yml @@ -4,11 +4,11 @@ de: activerecord: models: problem: - one: 'Problem' - other: 'Probleme' + one: Problem + other: Probleme attributes: problem: - id: 'ID' - translation_id: 'Übersetzungs-ID' - title: 'Titel' - content: 'Inhalt' \ No newline at end of file + id: ID + translation_id: Übersetzungs-ID + title: Titel + content: Inhalt \ No newline at end of file diff --git a/config/locales/models/translation/de.yml b/config/locales/models/translation/de.yml index da5ec68..404edfe 100644 --- a/config/locales/models/translation/de.yml +++ b/config/locales/models/translation/de.yml @@ -4,11 +4,11 @@ de: activerecord: models: translation: - one: 'Übersetzung' - other: 'Übersetzungen' + one: Übersetzung + other: Übersetzungen attributes: translation: - id: 'ID' - problem_id: 'Problem-ID' - title: 'Titel' - content: 'Inhalt' \ No newline at end of file + id: ID + problem_id: Problem-ID + title: Titel + content: Inhalt \ No newline at end of file diff --git a/config/locales/views/problems/de.yml b/config/locales/views/problems/de.yml index 85bdaa4..a3f4c57 100644 --- a/config/locales/views/problems/de.yml +++ b/config/locales/views/problems/de.yml @@ -2,10 +2,10 @@ de: problems: - not_yet_translated: 'Dieses Problem wurde noch nicht übersetzt.' + not_yet_translated: Dieses Problem wurde noch nicht übersetzt. index: - suggest_translation: 'Übersetzung vorschlagen' + suggest_translation: Übersetzung vorschlagen show: - improve_translation: 'Übersetzung verbessern' - problem_subtitle: 'Problem %{id}' - view_original_problem: 'Dieses Problem auf projecteuler.net' \ No newline at end of file + improve_translation: Übersetzung verbessern + problem_subtitle: Problem %{id} + view_original_problem: Dieses Problem auf projecteuler.net \ No newline at end of file