Use Leaflet.i18n plugin
This commit is contained in:
parent
5c0fcb86d4
commit
05eabca34f
1 changed files with 1 additions and 0 deletions
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue