1
0
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:
2022-03-10 19:02:06 +01:00
parent 2424fd38d6
commit ab2c5da0da
18 changed files with 51 additions and 52 deletions

View File

@ -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