Add wallpaper

This commit is contained in:
Christian Pauly 2020-04-03 20:24:25 +02:00
commit 771aa6fbe2
12 changed files with 109 additions and 32 deletions

View file

@ -190,6 +190,8 @@ class I18n {
String get changeTheNameOfTheGroup =>
Intl.message("Change the name of the group");
String get changeWallpaper => Intl.message("Change wallpaper");
String get changeTheServer => Intl.message("Change the server");
String get channelCorruptedDecryptError =>
@ -722,6 +724,8 @@ class I18n {
String get voiceMessage => Intl.message("Voice message");
String get wallpaper => Intl.message("Wallpaper");
String get warningEncryptionInBeta => Intl.message(
"End to end encryption is currently in Beta! Use at your own risk!");