1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 09:00:48 +01:00

[ticket/11150] Add language key

PHPBB3-11150
This commit is contained in:
Tristan Darricau 2015-09-17 09:33:44 +02:00 committed by Tristan Darricau
parent 9a836b5901
commit 60086b5c41
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -173,6 +173,8 @@ $lang = array_merge($lang, array(
'STABILITY_DEV' => 'dev',
'COMPOSER_MINIMUM_STABILITY' => 'Minimum stability',
'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'TODO: why it is dangerous to change that',
'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'Always use <samp>stable</samp> versions on a live forum.
Non-stable versions may still be in development and could cause unexpected problems with your
forum and should only be used for development purposes in local or staging environments.',
));