From 5fb29d600d7c20b0c4dc7125e8e1f2d04c0b19a7 Mon Sep 17 00:00:00 2001
From: Eric Lupinacci <eric@smellup.net>
Date: Sun, 10 Dec 2023 15:00:02 +0100
Subject: [PATCH] [Salvatore] [source:lang/ paquet-rainette] Export depuis
 https://trad.spip.net de la langue en [Salvatore] [source:lang/
 paquet-rainette] Mise a jour du bilan depuis https://trad.spip.net

---
 lang/paquet-rainette.xml    |  3 +++
 lang/paquet-rainette_en.php | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 lang/paquet-rainette_en.php

diff --git a/lang/paquet-rainette.xml b/lang/paquet-rainette.xml
index c2dfd87..6793a0e 100644
--- a/lang/paquet-rainette.xml
+++ b/lang/paquet-rainette.xml
@@ -5,5 +5,8 @@
 	url="https://trad.spip.net"
 	source="https://git.spip.net/spip-contrib-extensions/rainette.git"
 	reference="fr">
+	<langue code="en" url="https://trad.spip.net/tradlang_module/rainette-paquet-xml-rainette?lang_cible=en" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
+		<traducteur nom="Eric Lupinacci" lien="https://trad.spip.net/auteur/_eric_" />
+	</langue>
 	<langue code="fr" url="https://trad.spip.net/tradlang_module/rainette-paquet-xml-rainette?lang_cible=fr" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00" />
 </traduction>
diff --git a/lang/paquet-rainette_en.php b/lang/paquet-rainette_en.php
new file mode 100644
index 0000000..f650608
--- /dev/null
+++ b/lang/paquet-rainette_en.php
@@ -0,0 +1,22 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de https://trad.spip.net/tradlang_module/rainette-paquet-xml-rainette?lang_cible=en
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+	// R
+	'rainette_description' => 'This new version of Rainette lets you select your weather service from 8 different ones.  A configuration is available for each service, in particular for setting a registration key. The displays offered by this version are incompatible with those of the v1 and v2 branches.
+
+This plugin allows you to display weather conditions and forecasts for a given location from the feed provided by one of the supported weather services.
+It does not store any information in a database, nor does it manage the selection of locations.
+
+Weather data is displayed mainly through the use of models in templates. The plugin offers 
+default templates such as {{rainette_previsions}} and {{rainette_conditions}}. It is also possible to display information on the selected location either via the {{rainette_infos}} template,
+or via the <code>#RAINETTE_INFOS</code> tag. All Rainette displays can be customized (icons, labels, units, presentation, etc.).',
+	'rainette_slogan' => 'Everyday weather'
+);
-- 
GitLab