1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-28 10:40:52 +02:00
This commit is contained in:
Pomax
2018-12-29 15:28:00 -08:00
parent 71f996f66e
commit 0c9b307585
15 changed files with 34 additions and 13 deletions

View File

@@ -5,5 +5,5 @@ var locale = new Locale();
var page = "locale-switcher";
module.exports = function(props) {
return <div className="locale-switcher">{ locale.getContent(page, this) }</div>;
return <div className={ page }>{ locale.getContent(page, this) }</div>;
};

View File

@@ -1,3 +1,5 @@
// Why did this file exist again? O_o
module.exports = {
"LocaleSwitcher": require("./LocaleSwitcher")
};