1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-15 05:14:28 +02:00

[ticket/10824] Add more details to language details page

PHPBB3-10824
This commit is contained in:
Marc Alexander 2018-12-28 17:08:05 +01:00
parent b4dd0f737d
commit 5f9543f24f
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,14 @@
<dt><label>{L_LANG_ISO_CODE}{L_COLON}</label></dt>
<dd><strong>{LANG_ISO}</strong></dd>
</dl>
<dl>
<dt><label>{{ lang('PHPBB_VERSION') }}{{ lang('COLON') }}</label></dt>
<dd><strong>{{ LANG_PHPBB_VERSION }}</strong></dd>
</dl>
<dl>
<dt><label>{{ lang('LANG_VERSION') }}{{ lang('COLON') }}</label></dt>
<dd><strong>{{ LANG_VERSION }}</strong></dd>
</dl>
<dl>
<dt><label for="lang_author">{L_LANG_AUTHOR}{L_COLON}</label></dt>
<dd><input type="text" id="lang_author" name="lang_author" value="{LANG_AUTHOR}" maxlength="255" /></dd>

View File

@ -60,6 +60,7 @@ $lang = array_merge($lang, array(
'LANG_ENGLISH_NAME' => 'English name',
'LANG_ISO_CODE' => 'ISO code',
'LANG_LOCAL_NAME' => 'Local name',
'LANG_VERSION' => 'Language version',
'MISSING_LANG_FILES' => 'Missing language files',
'MISSING_LANG_VARIABLES' => 'Missing language variables',