mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
added "SVG image" & "WEBP image" file type description to "Kind" column when in list view (#3738)
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user