mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Start to display banner
This commit is contained in:
@ -48,3 +48,8 @@ String tr(String string, {Map<String, String> args}) {
|
||||
|
||||
return string;
|
||||
}
|
||||
|
||||
/// Get current lang
|
||||
String lang() {
|
||||
return _currLang != null ? _currLang : "en";
|
||||
}
|
||||
|
Reference in New Issue
Block a user