You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the active repositories fetch descriptions from the index, which are localized in Index-v2 but not many repo's support it. So I don't think we need to make these translatable. I will be closing this issue for now but you can always tag me back to reopen this repo
IndexV1 already contains localized data for displaying names and descriptions. I can submit a patch to add such support if you like. Can we reopen this issue?
When loading product data from indexV1, try to follow the user's locale
setting when possible so the information will be localized.
The `getBestLocale()` helper method was reused from F-droid source
code (part of `LocaleChooser.kt`). Other part wrote by myself.
Resolve: Droid-ify#337
Also, do not fetch description from server if repo is from the default list (not added by user), so it will not override translation.
The text was updated successfully, but these errors were encountered: