added "SVG image" & "WEBP image" file type description to "Kind" column when in list view (#3738)

This commit is contained in:
jmario74
2026-04-17 17:54:46 -07:00
committed by GitHub
parent d303dbe375
commit 23b1d4652c
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -570,6 +570,8 @@
'kindPSD' : 'Adobe Photoshop image',
'kindXBITMAP' : 'X bitmap image',
'kindPXM' : 'Pixelmator image',
'kindWEBP' : 'WEBP image',
'kindSVG' : 'SVG image',
// media
'kindAudio' : 'Audio media',
'kindAudioMPEG' : 'MPEG audio',
+2
View File
@@ -557,6 +557,8 @@ if (typeof elFinder === 'function' && elFinder.prototype.i18) {
'kindPSD' : 'Adobe Photoshop image',
'kindXBITMAP' : 'X bitmap image',
'kindPXM' : 'Pixelmator image',
'kindWEBP' : 'WEBP image',
'kindSVG' : 'SVG image',
// media
'kindAudio' : 'Audio media',
'kindAudioMPEG' : 'MPEG audio',