mirror of
https://github.com/friendica/friendica
synced 2025-04-19 11:50:12 +00:00
New functions for the language library
This commit is contained in:
parent
64c8c2afdf
commit
595508a91f
4 changed files with 41 additions and 14 deletions
|
@ -218,7 +218,7 @@ class Display extends BaseSettings
|
|||
BBCode::PREVIEW_LARGE => $this->t('Large Image'),
|
||||
];
|
||||
|
||||
$channel_languages = $this->pConfig->get($uid, 'channel', 'languages', [User::getLanguageCode($uid, false)]);
|
||||
$channel_languages = $this->pConfig->get($uid, 'channel', 'languages', [User::getLanguageCode($uid)]);
|
||||
$languages = $this->l10n->getAvailableLanguages(true);
|
||||
|
||||
$first_day_of_week = $this->pConfig->get($uid, 'calendar', 'first_day_of_week', 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue