mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
avif: cleanup for non used translations as we are using more generic messages (imageFormatNotSupported and imageFormatNotSupportedDetail)
This commit is contained in:
@@ -1051,21 +1051,5 @@
|
|||||||
"themeMode": "Theme mode",
|
"themeMode": "Theme mode",
|
||||||
"darkMode": "Always dark mode",
|
"darkMode": "Always dark mode",
|
||||||
"lightMode": "Always light mode",
|
"lightMode": "Always light mode",
|
||||||
"systemMode": "System settings",
|
"systemMode": "System settings"
|
||||||
"galleryImageTypeNotSupported": "{imageType} images are currently not supported on this platform.",
|
|
||||||
"@galleryImageTypeNotSupported": {
|
|
||||||
"placeholders": {
|
|
||||||
"imageType": {
|
|
||||||
"type": "String"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"galleryImageTypeNotSupportedDetail": "This image is in {imageType} format, which is currently not supported on this platform.",
|
|
||||||
"@galleryImageTypeNotSupportedDetail": {
|
|
||||||
"placeholders": {
|
|
||||||
"imageType": {
|
|
||||||
"type": "String"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user