From 05eabca34f2d002aad3580a4a923d02581ce2087 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 15 May 2013 15:04:05 +0200 Subject: [PATCH] Use Leaflet.i18n plugin --- fabfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fabfile.py b/fabfile.py index deb55691..580f01b7 100644 --- a/fabfile.py +++ b/fabfile.py @@ -258,6 +258,7 @@ def collect_remote_statics(): 'edit_in_osm': 'git://github.com/yohanboniface/Leaflet.EditInOSM.git@master', 'minimap': 'git://github.com/Norkart/Leaflet-MiniMap.git@master', 'darline': 'git://github.com/yohanboniface/Darline.git@master', + 'i18n': 'git://github.com/yohanboniface/Leaflet.i18n.git@master', } with cd(remote_static_dir): for subdir, path in remote_repositories.iteritems():