diff --git a/.gitattributes b/.gitattributes
index 19cbce162e54dad4026aa3c034082cbde35b6e66..cc4fdade311bac3a2314ae578accbea55987b1de 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -14,6 +14,7 @@ lang/paquet-images_ar.php -text
 lang/paquet-images_br.php -text
 lang/paquet-images_de.php -text
 lang/paquet-images_en.php -text
+lang/paquet-images_eo.php -text
 lang/paquet-images_es.php -text
 lang/paquet-images_fa.php -text
 lang/paquet-images_fr_fem.php -text
diff --git a/lang/paquet-images.xml b/lang/paquet-images.xml
index 2f93877ab4383004b60226cd88cefd9ccb382542..e5f103af4f3f67ba775f381baad363fd43d271c7 100644
--- a/lang/paquet-images.xml
+++ b/lang/paquet-images.xml
@@ -11,6 +11,9 @@
 	<langue code="en" url="https://trad.spip.net/tradlang_module/paquet-images?lang_cible=en" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
 		<traducteur nom="kent1" lien="https://trad.spip.net/auteur/kent1" />
 	</langue>
+	<langue code="eo" url="https://trad.spip.net/tradlang_module/paquet-images?lang_cible=eo" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
+		<traducteur nom="gpl" lien="https://trad.spip.net/auteur/gpl" />
+	</langue>
 	<langue code="es" url="https://trad.spip.net/tradlang_module/paquet-images?lang_cible=es" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
 		<traducteur nom="dani" lien="https://trad.spip.net/auteur/dani" />
 	</langue>
diff --git a/lang/paquet-images_eo.php b/lang/paquet-images_eo.php
new file mode 100644
index 0000000000000000000000000000000000000000..8c2c938fe8b159c2c959dc19ac2b672c2ccd0a9d
--- /dev/null
+++ b/lang/paquet-images_eo.php
@@ -0,0 +1,15 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-images?lang_cible=eo
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+	// I
+	'images_description' => 'Filtriloj de bild- kaj kolor-transformo',
+	'images_slogan' => 'Filtriloj de bild- kaj kolor-transformo'
+);