fix(i18n): Add missing string
This commit is contained in:
parent
0d7ae321a7
commit
5c51eefa3e
@ -159,7 +159,8 @@
|
|||||||
"stickerPickerNoStickersLine1": "You have no sticker packs installed.",
|
"stickerPickerNoStickersLine1": "You have no sticker packs installed.",
|
||||||
"stickerPickerNoStickersLine2": "They can be installed in the sticker settings.",
|
"stickerPickerNoStickersLine2": "They can be installed in the sticker settings.",
|
||||||
"stickerSettings": "Sticker settings",
|
"stickerSettings": "Sticker settings",
|
||||||
"newDeviceMessage": "${title} added a new encryption device"
|
"newDeviceMessage": "${title} added a new encryption device",
|
||||||
|
"messageHint": "Send a message..."
|
||||||
},
|
},
|
||||||
"addcontact": {
|
"addcontact": {
|
||||||
"title": "Add new contact",
|
"title": "Add new contact",
|
||||||
|
@ -159,7 +159,8 @@
|
|||||||
"stickerPickerNoStickersLine1": "Du hast keine Stickerpacks installiert.",
|
"stickerPickerNoStickersLine1": "Du hast keine Stickerpacks installiert.",
|
||||||
"stickerPickerNoStickersLine2": "Diese können in den Stickereinstellungen installiert werden.",
|
"stickerPickerNoStickersLine2": "Diese können in den Stickereinstellungen installiert werden.",
|
||||||
"stickerSettings": "Stickereinstellungen",
|
"stickerSettings": "Stickereinstellungen",
|
||||||
"newDeviceMessage": "${title} hat ein neues Verschlüsselungsgerät hinzugefügt"
|
"newDeviceMessage": "${title} hat ein neues Verschlüsselungsgerät hinzugefügt",
|
||||||
|
"messageHint": "Nachricht senden..."
|
||||||
},
|
},
|
||||||
"addcontact": {
|
"addcontact": {
|
||||||
"title": "Neuen Kontakt hinzufügen",
|
"title": "Neuen Kontakt hinzufügen",
|
||||||
|
@ -117,7 +117,7 @@ class ConversationBottomRowState extends State<ConversationBottomRow> {
|
|||||||
backgroundColor: Theme.of(context).extension<MoxxyThemeData>()!.conversationTextFieldColor,
|
backgroundColor: Theme.of(context).extension<MoxxyThemeData>()!.conversationTextFieldColor,
|
||||||
textColor: Theme.of(context).extension<MoxxyThemeData>()!.conversationTextFieldTextColor,
|
textColor: Theme.of(context).extension<MoxxyThemeData>()!.conversationTextFieldTextColor,
|
||||||
maxLines: 5,
|
maxLines: 5,
|
||||||
hintText: 'Send a message...',
|
hintText: t.pages.conversation.messageHint,
|
||||||
hintTextColor: Theme.of(context).extension<MoxxyThemeData>()!.conversationTextFieldHintTextColor,
|
hintTextColor: Theme.of(context).extension<MoxxyThemeData>()!.conversationTextFieldHintTextColor,
|
||||||
isDense: true,
|
isDense: true,
|
||||||
onChanged: (value) {
|
onChanged: (value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user