Add a placeholder for the user app

This commit is contained in:
yflory
2017-05-18 15:56:35 +02:00
parent 620f4dc512
commit 21f9e31e75
6 changed files with 197 additions and 1 deletions

View File

@@ -60,7 +60,10 @@ var fragments = {};
});
// build static pages
['../www/settings/index'].forEach(function (page) {
[
'../www/settings/index',
'../www/user/index'
].forEach(function (page) {
var source = swap(template, {
topbar: fragments.topbar,
fork: fragments.fork,

View File

@@ -52,6 +52,8 @@ define(function () {
out.language = "Langue";
out.comingSoon = "Bientôt disponible...";
out.upgrade = "Améliorer";
out.upgradeTitle = "Améliorer votre compte pour augmenter la limite de stockage";
out.MB = "Mo";

View File

@@ -54,6 +54,8 @@ define(function () {
out.language = "Language";
out.comingSoon = "Coming soon...";
out.upgrade = "Upgrade";
out.upgradeTitle = "Upgrade your account to increase the storage limit";
out.MB = "MB";