Add a placeholder for the user app
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user