mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#51 new: custom language
This commit is contained in:
@@ -65,4 +65,7 @@ class SettingStore extends PersistentStore {
|
||||
'run',
|
||||
'none',
|
||||
]);
|
||||
|
||||
/// Locale
|
||||
StoreProperty<String> get locale => property('locale', defaultValue: null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user