nextcloud/server

Show active locale or language when either are forced rather than misleading `No locale set`

Open

#41,543 创建于 2023年11月16日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)PHP (4,865 fork)batch import
1. to developenhancementfeature: language/translations (l10n/i18n)feature: settingsgood first issuejavascript

仓库指标

Star
 (34,953 star)
PR 合并指标
 (平均合并 20天) (30 天内合并 627 个 PR)

描述

I've found that in case the local and/or language are forcedly selected the user profile shows not selected option, but not defined option. So, in config.php

force_local = > uk_UA
force_language => UK

Observe that the language and locale in profile are defined as The language is not defined

image

Instead of it should be defined as Ukrainian.

贡献者指南