From ba90001828dc8208fec2c536e844fe1de595a579 Mon Sep 17 00:00:00 2001 From: Martin Potthast Date: Sun, 10 Mar 2013 17:48:44 +0100 Subject: [PATCH] Failed to declare de: at the top of the translation files. --- config/locales/client.de.yml | 2 +- config/locales/server.de.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index 4a68b7dd402..3499f0a50a8 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -1,7 +1,7 @@ # This file contains content for the client portion of Discourse, sent out # to the Javascript app. -en: +de: js: share: topic: 'teile einen Link zu diesem Thema' diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index d05702ca84c..b1d128fab16 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -1,4 +1,4 @@ -en: +de: title: "Discourse" topics: "Themen" loading: "Lädt"