fetch i18n files using relative path (#613)

This commit is contained in:
Athou
2014-08-16 12:21:25 +02:00
parent 36edb9373b
commit 8fee73f1d1

View File

@@ -15,7 +15,7 @@ app.config([
// $translateProvider.useLocalStorage();
$translateProvider.useStaticFilesLoader({
prefix : '/i18n/',
prefix : 'i18n/',
suffix : '.js'
});
$translateProvider.preferredLanguage('en');