v1.3.2+58
All checks were successful
Flutter Schmutter / build (push) Successful in 3m50s

This commit is contained in:
2025-06-16 19:10:00 +02:00
parent e9107a7f62
commit 089fe1f8df
12 changed files with 179 additions and 22 deletions

11
assets/i18n/en_US.json Normal file
View File

@ -0,0 +1,11 @@
{
"settings_title": "Settings",
"settings_language": "Language",
"settings_drawer_title": "Open drawer with gesture",
"settings_drawer_subtitle": "Choose whether the drawer can be closed/opened with a swipe gesture.",
"settings_numberofcolumns_title": "Number of columns",
"settings_numberofcolumns_columns": "@count columns",
"settings_pageanimation_title": "Page change animation",
"settings_cache_title": "Clear Cache",
"settings_cache_clear_button": "Clear"
}