mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Functional l10n_client / server interaction:
- 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).
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<div id="gLanguages">
|
||||
<h1> <?= t("Language Settings") ?> </h1>
|
||||
<h2> <?= t("Languages") ?> </h2>
|
||||
|
||||
<?= $form ?>
|
||||
<?= $settings_form ?>
|
||||
|
||||
<?= $update_translations_form ?>
|
||||
|
||||
<h2> <?= t("Your Own Translations") ?> </h2>
|
||||
<?= $share_translations_form ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user