diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-11-24 10:29:24 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-11-24 10:29:24 +0000 |
| commit | 7dddea8ccca601bf2da28960f2e27a223fe60ea6 (patch) | |
| tree | b34ee92f9a4e0e4c1f7e4dcf5f15b396f9097d6f /templates/i18n | |
| parent | 1231022837beceedef376e4bb8084ff38fbc7d93 (diff) | |
rework aux lock rules, use sorm model, deprecate old class and let name and description be translatable, fixes #1791
Closes #1791
Merge request studip/studip!1177
Diffstat (limited to 'templates/i18n')
| -rw-r--r-- | templates/i18n/input.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/i18n/input.php b/templates/i18n/input.php index 9c9a456..3ab92a5 100644 --- a/templates/i18n/input.php +++ b/templates/i18n/input.php @@ -1,3 +1,13 @@ +<?php +/** + * @var array $languages + * @var array $attributes + * @var string $base_lang + * @var string $name + * @var I18NString $value + * + */ +?> <? foreach ($languages as $locale => $lang): ?> <? $attr = $attributes; |
