Skip to content
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

feat: reduce available languages per config value "reduce_to_languages" #44876

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

printminion-co
Copy link

@printminion-co printminion-co commented Apr 17, 2024

Example: restrict to en, de, es, fr, it languages

./occ config:system:set reduce_to_languages 0  --value  en 
./occ config:system:set reduce_to_languages 1  --value  de 
./occ config:system:set reduce_to_languages 2  --value  es 
./occ config:system:set reduce_to_languages 3  --value  fr 
./occ config:system:set reduce_to_languages 4  --value  it
  • Resolves: #

Summary

TODO

  • ...

Checklist

Example: restrict to en, de, es, fr, it' languages

./occ config:system:set reduce_to_languages 0  --value  en
./occ config:system:set reduce_to_languages 1  --value  de
./occ config:system:set reduce_to_languages 2  --value  es
./occ config:system:set reduce_to_languages 3  --value  fr
./occ config:system:set reduce_to_languages 4  --value  it

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
I guess having users still with the other selected languages is fine? Or should we handle that with a repair step/option

@nickvergessen nickvergessen requested review from a team, ArtificialOwl, icewind1991 and yemkareems and removed request for a team April 17, 2024 14:33
@nickvergessen nickvergessen added this to the Nextcloud 30 milestone Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants