Merge branch 'develop' into feat/open-library-from-limited-access

This commit is contained in:
Salvatore Giordano
2022-04-28 10:12:47 +02:00
committed by GitHub
24 changed files with 304 additions and 120 deletions
@@ -74,6 +74,8 @@ GlobalStreamChatLocalizations? getStreamChatTranslation(Locale locale) {
return const StreamChatLocalizationsKo();
case 'pt':
return const StreamChatLocalizationsPt();
default:
return null;
}
}