From 42275cfb49e3b219ed75f48c1e258fbc3a3f6b64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= <git@apitzsch.eu>
Date: Wed, 22 Nov 2017 22:11:36 +0100
Subject: [PATCH] Desktop files: add information for translators

---
 data/gajim-remote.desktop.in    | 1 +
 data/org.gajim.Gajim.desktop.in | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/data/gajim-remote.desktop.in b/data/gajim-remote.desktop.in
index 0949e682b0..dcb8f8a4e5 100644
--- a/data/gajim-remote.desktop.in
+++ b/data/gajim-remote.desktop.in
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Categories=Network;InstantMessaging;RemoteAccess;ConsoleOnly;
 Name=Open URI using Gajim
+# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
 Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip;
 Version=1.0
 Exec=gajim-remote handle_uri %u
diff --git a/data/org.gajim.Gajim.desktop.in b/data/org.gajim.Gajim.desktop.in
index 5562ab9704..16f8fb99dd 100644
--- a/data/org.gajim.Gajim.desktop.in
+++ b/data/org.gajim.Gajim.desktop.in
@@ -3,9 +3,11 @@ Categories=Network;InstantMessaging;GTK;GNOME;
 Name=Gajim
 GenericName=Jabber IM Client
 Comment=A GTK+ Jabber client
+# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
 Keywords=chat;messaging;im;xmpp;bonjour;voip;
 Version=1.0
 Exec=gajim
+# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
 Icon=org.gajim.Gajim
 StartupNotify=true
 StartupWMClass=Gajim
-- 
GitLab