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:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user