1
0
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:
2021-12-30 12:02:18 +01:00
parent 4fd8c4d613
commit bfe932c053
5 changed files with 154 additions and 1 deletions

View File

@ -48,3 +48,8 @@ String tr(String string, {Map<String, String> args}) {
return string;
}
/// Get current lang
String lang() {
return _currLang != null ? _currLang : "en";
}