There are two language files for the media manager.
language\en-GB\en-GB.com_media.ini
administrator\language\en-GB\en-GB.com_media.ini
I would expect them to have the same number of strings as there is no difference between the front end and the admin views (at least that I could see)
I would also expect that the values of the strings was the same in both but it is not
eg
COM_MEDIA_NAME="Image Name"
COM_MEDIA_NAME="Name"
Labels |
Added:
?
|
If the admin language file is the only one used then the frontend file should be removed. It's an excess and unused resource and it puts extra work on translators to maintain an unused resource (and they already have enough excess work in their workflows).
@puneeth2001 then please remove the incorrect file if it is not being used AND check that all the required strings are present. For example COM_MEDIA_INCREASE_GRID is not present in the admin version but it is needed
@brianteeman surprisingly only 'COM_MEDIA_NAME' string is the only thing which is present in common in both the files(but with different string values) and remaining all strings are different i.e if one is present in a file it is not present in the other one. I'll put the screenshot of the code if necessary.
This string is still missing COM_MEDIA_INCREASE_GRID Check the code!!!
ok I'll check it
sorry!! yes, there are some strings along with this which must be added.
@brianteeman there are a lot of strings which need to be added and I am not sure that they might be used from the other file somewhere I think it's better to leave it that way or any suggestions??
No it is not better to leave it broken
ok I'll do it.
On Wed, 20 Feb 2019, 03:55 Brian Teeman <notifications@github.com wrote:
No it is not better to leave it broken
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#23943 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ApyKVOWM6b7sJDgjPLBJTa3ZJxbovZBbks5vPHnAgaJpZM4bCyZM
.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-20 15:25:16 |
Closed_By | ⇒ | brianteeman |
@brianteeman just clarifying that it is been called from administrator\language\en-GB\en-GB.com_media.ini i.e. 'COM_MEDIA_NAME="Name" ' this is the correct one I think