mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Progressing with null safety migration
This commit is contained in:
@ -50,7 +50,7 @@ String tr(String string, {Map<String, String> args}) {
|
||||
}
|
||||
|
||||
/// Get current lang, in format aa_BB
|
||||
String get lang => _currLang != null ? _currLang : "en_US";
|
||||
String/*!*/ get lang => _currLang != null ? _currLang : "en_US";
|
||||
|
||||
|
||||
/// Get short lang format, in format aa
|
||||
|
Reference in New Issue
Block a user