2.1.0 on nextcloud 28.0.2 creation menu not in local language
SteelPC opened this issue · 3 comments
SteelPC commented
Orchal commented
Hi,
I found that in lib/AppInfo/Application.php, the text is : New document, New spreadsheet and New presentation.
In l10n files, it's New Document, New Spreadsheet and New Presentation, with uppercase on the second word.
I changed that in Application.php and now it's translated.
Orchal commented
Hi,
I noticed that in Application.php, when new files are registered, the app is richdocuments. Maybe this is intended, I just wanted to bring that up in case of a copy paste not adapted.
Dennis1993 commented
Thank you very much, I created a pull request for you and your fix. :)