#51 new: custom language

This commit is contained in:
lollipopkit
2023-05-27 17:47:48 +08:00
parent 371f60c68a
commit b04c2a9693
12 changed files with 110 additions and 1 deletions

View File

@@ -65,4 +65,7 @@ class SettingStore extends PersistentStore {
'run',
'none',
]);
/// Locale
StoreProperty<String> get locale => property('locale', defaultValue: null);
}