diff --git a/lang/paquet-rainette.xml b/lang/paquet-rainette.xml
index c2dfd872387ef6c84bb506acc64d4bc496e89c82..6793a0eae7cf53d2c5ba2a5039bc14c6eea5a418 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 0000000000000000000000000000000000000000..f650608c888e6df151039ebcd8a2ed8b82dc6d43
--- /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'
+);