Functions and Calls
finish the other functions before returning to t() and tt()
This commit is contained in:
parent
c8ecc31405
commit
45f8000ba5
4 changed files with 15 additions and 9 deletions
|
|
@ -8,6 +8,7 @@ use Friendica\Content\Feature;
|
|||
use Friendica\Content\Nav;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Worker;
|
||||
|
|
@ -1186,7 +1187,7 @@ function settings_content(App $a)
|
|||
}
|
||||
|
||||
/* Installed langs */
|
||||
$lang_choices = get_available_languages();
|
||||
$lang_choices = L10n::getAvailableLanguages();
|
||||
|
||||
/// @TODO Fix indending (or so)
|
||||
$o .= replace_macros($stpl, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue