avif: cleanup for non used translations as we are using more generic messages (imageFormatNotSupported and imageFormatNotSupportedDetail)

This commit is contained in:
Max Pylypenko
2025-10-14 00:16:26 +07:00
parent df3750755c
commit d7ff88e688

View File

@@ -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"
}
}
}
} }