This commit is contained in:
Christien Rioux 2023-07-23 23:13:21 -04:00
parent f06657d700
commit 8907ce04ac
72 changed files with 539 additions and 224 deletions

View file

@ -27,7 +27,7 @@ class VeilidChatApp extends ConsumerWidget {
child: MaterialApp.router(
debugShowCheckedModeBanner: false,
routerConfig: router,
title: 'VeilidChat',
title: translate("app.title"),
theme: theme,
localizationsDelegates: [
GlobalMaterialLocalizations.delegate,