Add client-side fr translation file

This commit is contained in:
Yohan Boniface 2012-12-23 02:33:48 +01:00
parent 40c7fdf085
commit a50fdda4a3
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@ About
----- -----
YouMap let you create map with OpenStreetMap layers in a minute and embed them in your site. YouMap let you create map with OpenStreetMap layers in a minute and embed them in your site.
*Be cause we think that the more OSM will be used, the more OSM will be ''cured''.* *Be cause we think that the more OSM will be used, the more OSM will be ''cured''.*
It uses `django-leaflet-storage <https://github.com/yohanboniface/django-leaflet-storage>`_, built on top of Django and Leaflet. It uses `django-leaflet-storage <https://github.com/yohanboniface/django-leaflet-storage>`_ and `Leaflet.Storage <https://github.com/yohanboniface/Leaflet.Storage>`_, built on top of Django and Leaflet.
Quickstart Quickstart

View file

@ -17,6 +17,8 @@
<![endif]--> <![endif]-->
{% block extra_head %} {% block extra_head %}
{% endblock extra_head %} {% endblock extra_head %}
<script src="{{ STATIC_URL }}storage/src/locale/fr.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
</head> </head>
<body class="{% block body_class %}{% endblock %}"> <body class="{% block body_class %}{% endblock %}">