summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_languages.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/admin_languages.html.php')
-rw-r--r--modules/gallery/views/admin_languages.html.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_languages.html.php b/modules/gallery/views/admin_languages.html.php
new file mode 100644
index 00000000..2b43f1b4
--- /dev/null
+++ b/modules/gallery/views/admin_languages.html.php
@@ -0,0 +1,15 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<div id="gLanguages">
+ <h2> <?= t("Languages") ?> </h2>
+
+ <?= $settings_form ?>
+
+ <h2> <?= t("Download translations") ?> </h2>
+ <a href="<?= url::site("admin/maintenance/start/core_task::update_l10n?csrf=$csrf") ?>"
+ class="gDialogLink">
+ <?= t("Get updates") ?>
+ </a>
+
+ <h2> <?= t("Your Own Translations") ?> </h2>
+ <?= $share_translations_form ?>
+</div>