Use Leaflet.i18n plugin

This commit is contained in:
Yohan Boniface 2013-05-15 15:04:05 +02:00
parent 5c0fcb86d4
commit 05eabca34f

1
fabfile.py vendored
View file

@ -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():