Closed drlight17 closed 3 weeks ago
This is already fixed in 28.0.4
Nextcloud 29.0.3 Still presists Recent files: But in all files
Cache is cleared, tested on Chromium and Librewolf.
Still happening to me with Czech language. When page is loading, translation is shown well but after page is fully loaded it switches to English.
Nextcloud AIO - latest version - Nextcloud Hub 8 (29.0.3)
Problem seem to be old localizations that hide the new ones (there is cs
and cs_CZ
)
@susnux I guess we need to wait 29.0.4? Or we can fix it manually by patch?
Too late for 29.0.4 RC1 is already released, will be included in 29.0.5. I do not think patching is (with reasonable effort) possible.
@susnux
No changes after upgrade to 29.0.5.
Non translated + New
button still presence.
Tested again on FF (Librewolf) and Chromium.
Underlying library needed to be bumped to pull through the fix. It'll be in 29.0.6 (for real this time). :)
Updated to 29.0.6. Can confirm that button is translated now.
Hi guys, I upgrade to 30.0.1 from 29.0.7 and 29.0.8, but this bug is still exists, what can i do to fix it myself.
@uuwang which language?
@susnux Taking zh_CN as an example, through debugging, I found the cause of the problem. First, the translation of "New" takes effect because of apps/files/i10n/zh_CN.js, but after loading dist/files-main.js, the translation of "New" fails because the translation in dist/files-main.js is missing. I fix it just by fill it in. At the same time, “ Upload from device”,"Upload folders","Create new"are also missing. What I don't understand is why dist/files-main.js has a higher priority than apps/files/i10n/zh_CN.js。
Was simply not translated. Translation was added in nextcloud-upload 1.6.1 So resolved with https://github.com/nextcloud/server/pull/48802
⚠️ This issue respects the following points: ⚠️
Bug description
When open /apps/files button "+ Add" changes to "+ New" during page loading. In ru translation it changes from "+ Добавить" to "+ New" instead of "Добавить" remain.
While loading:
After fully loaded:
Steps to reproduce
Expected behavior
"+ Add" button should remain the same instead of change to something. Or it must change to the proper value. But, for example, in ru locale it changes from "+ Добавить" to "+ New".
Installation method
Official All-in-One appliance
Nextcloud Server version
28
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response