Nicer Settings UX
This commit is contained in:
parent
740a9a2a64
commit
617a09c05d
4 changed files with 101 additions and 45 deletions
|
|
@ -51,6 +51,10 @@ class I18n {
|
|||
args: [username],
|
||||
);
|
||||
|
||||
String get account => Intl.message("Account");
|
||||
|
||||
String get accountInformations => Intl.message("Account informations");
|
||||
|
||||
String activatedEndToEndEncryption(String username) => Intl.message(
|
||||
"$username activated end to end encryption",
|
||||
name: "activatedEndToEndEncryption",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue