-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin page translation issue #2022
Comments
Could you have a look into that 😁 @MorrisJobke ... On Transifex it seems to be translated 🤔 |
Yes strings translated, but placed in other dir: file contains required strings |
@Loki3000 you may want to fix this directly over an PR? 😁 |
I don't know right solution. Maybe translate strings placed in wrong place, and also maybe that to Manager.php was sent wrong object as a parameter. |
Fixes #2022 Signed-off-by: Roeland Jago Douma <[email protected]>
Steps to reproduce
Expected behaviour
Expected that left menu is localized
Actual behaviour
Localized only one item of left menu
Server configuration
Operating system:
ubuntu 16.4
Web server:
Apache2
Database:
mysql 5.7.16
PHP version:
PHP 7.0.12
Nextcloud version: (see Nextcloud admin page)
10.0.1 (stable)
Updated from an older Nextcloud/ownCloud or fresh install:
Updated form ownCloud
I've a little dig in this problem and get follow:
in
lib/private/Settings/Manager.php:332
0 => [new Section('server', $this->l->t('Server settings'), 0)],
$this->l
contains strings fromcore/l10n/*.json
filebut required string
'Server settings'
(and followed strings) contains in filelib/l10n/*.json
The text was updated successfully, but these errors were encountered: