Moved translations to js/translations directory so they are versioned like the others. May move translations folder to submodule.

This commit is contained in:
firebingo 2018-05-22 16:17:00 -07:00
parent c894680f5f
commit 4752d98925
90 changed files with 3153 additions and 4 deletions

View file

@ -31,7 +31,7 @@ const jsonFiles = [
"Js/XduMissions.json"
];
const translations = [
"Js/Translations/*.json"
"Js/Translations/**"
];
const jsDest = "Js";