docs: Update comment for getDefaultLocale method to clarify locale handling

This commit is contained in:
Achintha Isuru
2026-03-04 12:14:07 -05:00
parent d5e796ea81
commit 2a11dbc120

View File

@@ -32,6 +32,8 @@ class LocaleRepositoryImpl implements LocaleRepositoryInterface {
return getDefaultLocale();
}
/// We can hardcode this to english based on customer requirements,
/// but in a more dynamic app this should be the device locale or a fallback to english.
@override
Locale getDefaultLocale() {
return const Locale('en');