mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-02 12:01:32 -05:00
Whenever we add a add a local dependency we add both the languages based on the current locale, and (in case of an update) whatever was installed before. We also properly merge this with any normally specified (non-dependency) update (typically happens e.g. when just doing a "flatpak update", which adds .Locale updates both as dependencies and regular updates). This means you can just configure a new language and then flatpak update will pull everything with those languages. Closes: #1098 Approved by: alexlarsson