Add wallpaper
This commit is contained in:
parent
09ca7d817d
commit
771aa6fbe2
12 changed files with 109 additions and 32 deletions
|
|
@ -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!");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue