mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
- Get / verify API Key from l10n server - Submit translations - Fetch translations / updates Reference: Tasks: 75, 76, 55 TODO: Move out of core (and a series of other tasks).
12 lines
270 B
PHP
12 lines
270 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<div id="gLanguages">
|
|
<h2> <?= t("Languages") ?> </h2>
|
|
|
|
<?= $settings_form ?>
|
|
|
|
<?= $update_translations_form ?>
|
|
|
|
<h2> <?= t("Your Own Translations") ?> </h2>
|
|
<?= $share_translations_form ?>
|
|
</div>
|