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:
parent
9a836b5901
commit
60086b5c41
@ -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.',
|
||||
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user