nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
26.86k stars 4.01k forks source link

l10n: Change text string #30837

Open Valdnet opened 2 years ago

Valdnet commented 2 years ago

There is a text string that starts with a lowercase letter in the user status settings:

obraz

Which is common to other text strings. For the user status settings, it should be matched to other text strings starting with a capital letter or the code should be changed so that it is displayed as "1 hour".

joshtrichards commented 1 year ago

This string is generated by an upstream dependency (moment.js), but maybe we could tweak it via https://github.com/nextcloud/nextcloud-moment and/or https://github.com/nextcloud/nextcloud-vue

It's not something that can be done in server as long as we're using that dependency. Might be worth shifting this over to https://github.com/nextcloud/nextcloud-moment or https://github.com/nextcloud/nextcloud-vue

Maybe NcDateTime could be used: https://github.com/nextcloud/nextcloud-vue/pull/4219

Refs: