Fix translations
This commit is contained in:
parent
a729f480c3
commit
005dff501a
|
@ -62,7 +62,6 @@ class _NewGroupDialogState extends State<NewGroupDialog> {
|
|||
TextField(
|
||||
controller: controller,
|
||||
autocorrect: false,
|
||||
autofocus: true,
|
||||
textInputAction: TextInputAction.go,
|
||||
onSubmitted: (s) => submitAction(context),
|
||||
decoration: InputDecoration(
|
||||
|
|
|
@ -397,7 +397,7 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Group is public": "Gruppe ist öffentlich",
|
||||
"Group is public": "Öffentliche Gruppe",
|
||||
"@Group is public": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
|
|
|
@ -175,7 +175,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Group" : MessageLookupByLibrary.simpleMessage("Gruppe"),
|
||||
"Group description" : MessageLookupByLibrary.simpleMessage("Gruppenbeschreibung"),
|
||||
"Group description has been changed" : MessageLookupByLibrary.simpleMessage("Gruppenbeschreibung wurde geändert"),
|
||||
"Group is public" : MessageLookupByLibrary.simpleMessage("Gruppe ist öffentlich"),
|
||||
"Group is public" : MessageLookupByLibrary.simpleMessage("Öffentliche Gruppe"),
|
||||
"Guests are forbidden" : MessageLookupByLibrary.simpleMessage("Gäste sind verboten"),
|
||||
"Guests can join" : MessageLookupByLibrary.simpleMessage("Gäste dürfen beitreten"),
|
||||
"Help" : MessageLookupByLibrary.simpleMessage("Hilfe"),
|
||||
|
|
Loading…
Reference in a new issue