feat: reduce available languages per config value "reduce_to_languages"#44876
Merged
nickvergessen merged 1 commit intonextcloud:masterfrom Jul 1, 2024
Conversation
nickvergessen
approved these changes
Apr 17, 2024
Member
nickvergessen
left a comment
There was a problem hiding this comment.
LGTM
I guess having users still with the other selected languages is fine? Or should we handle that with a repair step/option
icewind1991
approved these changes
Jun 20, 2024
Member
|
Can you rebase so we see if CI passes now? |
0dd1b94 to
4b923df
Compare
szaimen
reviewed
Jun 27, 2024
9679f13 to
ae4a829
Compare
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>
auto-merge was automatically disabled
July 1, 2024 07:34
Head branch was pushed to by a user without write access
ae4a829 to
aceb4d7
Compare
nickvergessen
approved these changes
Jul 1, 2024
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Merged
Contributor
Author
|
/backport to stable29 |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Example: restrict to en, de, es, fr, it languages
Summary
TODO
Checklist