atorch / probability_puzzles

Android App
GNU General Public License v3.0
38 stars 6 forks source link

Adjust to language changes immediately #12

Closed rillig closed 2 years ago

rillig commented 2 years ago

Previously, if the language of the user interface was changed in the settings, some texts immediately switched to the newly selected language while others stayed in the old language.

Now the texts are no longer stored in the application, they are fetched from the resources whenever they are needed. A side effect of this change is that fewer data needs to be passed between the activity and the fragment.