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