Change translation format to JSON

This commit is contained in:
yflory
2019-01-30 14:38:21 +01:00
parent d97ada3e26
commit 6018f57ec1
5 changed files with 22 additions and 9 deletions

View File

@@ -5,6 +5,9 @@ define([
// fix up locations so that relative urls work.
baseUrl: window.location.pathname,
paths: {
// json plugin
text: '/bower_components/requirejs-plugins/lib/text',
json: '/bower_components/requirejs-plugins/src/json',
// jquery declares itself as literally "jquery" so it cannot be pulled by path :(
"jquery": "/bower_components/jquery/dist/jquery.min",
// json.sortify same