mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +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