1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-16 05:34:06 +02:00

forgot to localize the hash fragment ids

This commit is contained in:
Pomax
2017-03-07 08:14:26 -08:00
parent aa7bd6290d
commit 9502fba768
10 changed files with 101 additions and 85 deletions

View File

@@ -1,8 +1,8 @@
var enData = require("LocalizedContent");
var data = require("LocalizedContent");
var Locale = function() {
var Locale = function() {
this.data = {};
this.data = enData;
this.data = data;
};
Locale.prototype = {