mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-19 05:48:54 +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