From 077439de46207eeaf9fb22da21b38e6e7a2bb092 Mon Sep 17 00:00:00 2001
From: lemoer <git@irrelefant.net>
Date: Sat, 11 Sep 2021 22:47:11 +0200
Subject: [PATCH] treewide: remove duplicate i18n translations (#2309)

Before this commit, some *.po files contained the same translation
twice within the same file. While this did not led to errors in
gluon yet, it is still invalid. This commit fixes that and removes
the duplicates.
---
 package/gluon-config-mode-geo-location/i18n/de.po | 3 ---
 package/gluon-config-mode-geo-location/i18n/fr.po | 3 ---
 package/gluon-web-wifi-config/i18n/de.po          | 9 ---------
 package/gluon-web-wifi-config/i18n/fr.po          | 9 ---------
 4 files changed, 24 deletions(-)

diff --git a/package/gluon-config-mode-geo-location/i18n/de.po b/package/gluon-config-mode-geo-location/i18n/de.po
index 67769329c..f3a7ba8ad 100644
--- a/package/gluon-config-mode-geo-location/i18n/de.po
+++ b/package/gluon-config-mode-geo-location/i18n/de.po
@@ -32,9 +32,6 @@ msgstr "Längengrad"
 msgid "Set node position"
 msgstr "Knotenposition setzen"
 
-msgid "Advertise node position"
-msgstr "Knotenposition veröffentlichen"
-
 msgid ""
 "Specifying the altitude is optional; it should only be filled in if an "
 "accurate value is known."
diff --git a/package/gluon-config-mode-geo-location/i18n/fr.po b/package/gluon-config-mode-geo-location/i18n/fr.po
index 34680a302..d6c0a00fd 100644
--- a/package/gluon-config-mode-geo-location/i18n/fr.po
+++ b/package/gluon-config-mode-geo-location/i18n/fr.po
@@ -30,9 +30,6 @@ msgstr "Longitude"
 msgid "Set node position"
 msgstr ""
 
-msgid "Advertise node position"
-msgstr ""
-
 msgid ""
 "Specifying the altitude is optional; it should only be filled in if an "
 "accurate value is known."
diff --git a/package/gluon-web-wifi-config/i18n/de.po b/package/gluon-web-wifi-config/i18n/de.po
index ee55ae301..d2ddeb8b1 100644
--- a/package/gluon-web-wifi-config/i18n/de.po
+++ b/package/gluon-web-wifi-config/i18n/de.po
@@ -47,15 +47,6 @@ msgstr "Knoten wird im Außenbereich betrieben"
 msgid "Outdoor Installation"
 msgstr "Outdoor-Installation"
 
-msgid "HT Mode"
-msgstr "HT-Modus"
-
-msgid "Node will be installed outdoors"
-msgstr "Knoten wird im Außenbereich betrieben"
-
-msgid "Outdoor Installation"
-msgstr "Outdoor-Installation"
-
 msgid "Transmission power"
 msgstr "Sendeleistung"
 
diff --git a/package/gluon-web-wifi-config/i18n/fr.po b/package/gluon-web-wifi-config/i18n/fr.po
index b922aa380..faf6d47d8 100644
--- a/package/gluon-web-wifi-config/i18n/fr.po
+++ b/package/gluon-web-wifi-config/i18n/fr.po
@@ -42,15 +42,6 @@ msgstr ""
 msgid "Outdoor Installation"
 msgstr "Installation extérieure"
 
-msgid "HT Mode"
-msgstr "Mode HT"
-
-msgid "Node will be installed outdoors"
-msgstr ""
-
-msgid "Outdoor Installation"
-msgstr "Installation extérieure"
-
 msgid "Transmission power"
 msgstr "Puissance d'émission"
 
-- 
GitLab