mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-28 10:40:52 +02:00
patreon
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
@@ -1,3 +1,5 @@
|
||||
// Why did this file exist again? O_o
|
||||
|
||||
module.exports = {
|
||||
"LocaleSwitcher": require("./LocaleSwitcher")
|
||||
};
|
||||
|
Reference in New Issue
Block a user