Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flatpak: Use a set() instead of array when gathering locale variants.
Minor optimization - This prevents having duplicates of locale names - if the locale is 'de', you'd end up with the initial 'de', then the single variant added would also be 'de'.
- Loading branch information