add comments so translators don't get completely lost
This commit is contained in:
parent
fda0f7d2e7
commit
72f284bb53
@ -2,9 +2,16 @@ define(['/customize/languageSelector.js',
|
|||||||
'/customize/translations/messages.js',
|
'/customize/translations/messages.js',
|
||||||
'/customize/translations/messages.es.js',
|
'/customize/translations/messages.es.js',
|
||||||
'/customize/translations/messages.fr.js',
|
'/customize/translations/messages.fr.js',
|
||||||
'/bower_components/jquery/dist/jquery.min.js'], function(LS, Default, Spanish, French) {
|
|
||||||
|
// 1) additional translation files can be added here...
|
||||||
|
|
||||||
|
'/bower_components/jquery/dist/jquery.min.js'],
|
||||||
|
|
||||||
|
// 2) name your language module here...
|
||||||
|
function(LS, Default, Spanish, French) {
|
||||||
var $ = window.jQuery;
|
var $ = window.jQuery;
|
||||||
|
|
||||||
|
// 3) add your module to this map so it gets used
|
||||||
var map = {
|
var map = {
|
||||||
'fr': French,
|
'fr': French,
|
||||||
'es': Spanish,
|
'es': Spanish,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user