mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Add i18n dependencie
This commit is contained in:

committed by
Romain Neutron

parent
0539db7598
commit
ac6c9970e2
@@ -6,6 +6,7 @@
|
||||
"backbone-amd": "~1.0",
|
||||
"underscore-amd": "~1.4",
|
||||
"mocha": "~1.9",
|
||||
"chai" : "~1.6"
|
||||
"chai" : "~1.6",
|
||||
"i18next": "~1.6"
|
||||
}
|
||||
}
|
||||
|
@@ -7,7 +7,7 @@ require.config({
|
||||
underscore: "../assets/underscore-amd/underscore",
|
||||
backbone: "../assets/backbone-amd/backbone",
|
||||
twig: "../assets/twig/twig",
|
||||
i18n: "../assets/i18n/i18next.amd",
|
||||
i18n: "../assets/i18next/release/i18next.amd-1.6.2.min",
|
||||
bootstrap: "../skins/html5/bootstrap/js/bootstrap.min"
|
||||
},
|
||||
shim: {
|
||||
|
Reference in New Issue
Block a user