mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-25 19:44:17 +01:00
fix: Missing localization
This commit is contained in:
parent
f8ee2deef5
commit
cb191e211a
@ -1380,6 +1380,11 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
|
"soundVibrationLedColor": "Sound, vibration LED-color",
|
||||||
|
"@soundVibrationLedColor": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
"sendAudio": "Send audio",
|
"sendAudio": "Send audio",
|
||||||
"@sendAudio": {
|
"@sendAudio": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
@ -146,7 +146,7 @@ class SettingsNotifications extends StatelessWidget {
|
|||||||
if (!Matrix.of(context).client.allPushNotificationsMuted) ...{
|
if (!Matrix.of(context).client.allPushNotificationsMuted) ...{
|
||||||
if (!kIsWeb && Platform.isAndroid)
|
if (!kIsWeb && Platform.isAndroid)
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text('Ton, Vibration, LED-Farbe'),
|
title: Text(L10n.of(context).soundVibrationLedColor),
|
||||||
trailing: CircleAvatar(
|
trailing: CircleAvatar(
|
||||||
backgroundColor:
|
backgroundColor:
|
||||||
Theme.of(context).scaffoldBackgroundColor,
|
Theme.of(context).scaffoldBackgroundColor,
|
||||||
|
Loading…
Reference in New Issue
Block a user