Finish settings translation

This commit is contained in:
Johannes Zellner
2020-11-11 21:10:43 +01:00
parent 5617e19e7c
commit 017e8bf0e5
3 changed files with 144 additions and 96 deletions

View File

@@ -14,6 +14,10 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.subscription = null;
$scope.subscriptionBusy = true;
$scope.translationLinks = {
customAppsLink: 'https://docs.cloudron.io/custom-apps/tutorial/'
};
// values correspond to cron days
$scope.cronDays = [
{ name: 'Sunday', value: 0 },