mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-28 02:30:57 +02:00
localizing is now pretty nice
This commit is contained in:
@@ -2,7 +2,7 @@ var React = require("react");
|
||||
var keyHandling = require("../../decorators/keyhandling-decorator.jsx");
|
||||
|
||||
var Locale = require("../../../lib/locale");
|
||||
var locale = new Locale("en-GB");
|
||||
var locale = new Locale();
|
||||
var page = "explanation";
|
||||
|
||||
var Explanation = React.createClass({
|
||||
|
Reference in New Issue
Block a user