From d103453a3d1bb89620b7a84ca357cdedf2dc5d07 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Mon, 11 Jan 2021 00:42:05 +0200 Subject: [PATCH] Fixed a duplicate key in translations --- config/locales/de.yml | 1 - config/locales/en.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/locales/de.yml b/config/locales/de.yml index bb5a1d50..821a400e 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -404,7 +404,6 @@ de: mailgun: Send emails to Tracks with Mailgun email_rich: Rich Todo Message email format opensearch_description: In Tracks suchen - opensearch_description: Hae Tracksista title: Integration intro: "Tracks kann mit verschiedenen Werkzeugen zusammenarbeiten... was immer Sie brauchen, um Ihre Aufgaben zu erledigen! Auf dieser Seite finden Sie Informationen, um einige dieser Werkzeuge einzurichten. Diese Beispiele sind nicht unbedingt auf Ihre Umgebung anwendbar oder bedürfen mehr technisches Wissen als andere. Weitere Informationen finden Sie in der %{documentation_link} (englisch)." developer_documentation_link: "Entwickler Documentation der Tracks' REST API" diff --git a/config/locales/en.yml b/config/locales/en.yml index 126299a4..6df26993 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -410,7 +410,7 @@ en: message_gateway: Integrate Tracks with an email server to be able to send an action through email to Tracks mailgun: Send emails to Tracks with Mailgun email_rich: Rich Todo Message email format - opensearch_description: Hae Tracksista + opensearch_description: Search in Tracks title: Integrations intro: "Tracks can be integrated with a number of other tools... whatever it takes to help you get things done! This page has information on setting up some of these. Not all of these are applicable to all platforms, and some require more technical knowledge than others. See also %{documentation_link}" developer_documentation_link: developer documentation for Tracks