* @copyright Sander Brand 2016 */ namespace OCA\Passman\AppInfo; use OCP\Util; require_once __DIR__ . '/autoload.php'; $app = new \OCA\Passman\AppInfo\Application(); $app->registerNavigationEntry(); $app->registerPersonalPage(); /** * Loading translations * * The string has to match the app's folder name */ Util::addTranslations('passman');