nextcloud / quota_warning

❗💾 This app sends notifications to users when they reached 85, 90 and 95% of their quota.
https://apps.nextcloud.com/apps/quota_warning
GNU Affero General Public License v3.0
17 stars 12 forks source link

Notifications are sent without translation #191

Closed ak47d closed 5 months ago

ak47d commented 6 months ago

Quota warning 1.18.0 Nextcloud 27.1.5

The Nextcloud config.php contains the following locale settings: 'default_language' 'default_phone_region' 'default_locale'

But notifications quota_warning is still sent in English.

The required locale is present in the l10n application directory

nickvergessen commented 6 months ago

It's translated in the user's language. The default language from config.php does not matter. Check the database:

SELECT * FROM oc_preferences WHERE appid = 'core' AND configkey = 'lang';

Or if it's your user you can also check the selected language in /index.php/settings/user

ak47d commented 6 months ago

Thanks for the quick response. I made a request to the database, all users have the same locale - ru

nickvergessen commented 5 months ago

Works fine here: grafik