Photo: http://imgur.com/ElejRCY
Plugins language error
There is a small error in the files. I will fix it.
Planet Bludit, Tipps, Snippets und nützliche Links. - Newsletter, Informationen zu Bludit (auf Deutsch).
Done. The files will be dispatched with v1.1.
There are not yet all plugins translated. Perhaps you are interested to add some translations.
There are not yet all plugins translated. Perhaps you are interested to add some translations.
Planet Bludit, Tipps, Snippets und nützliche Links. - Newsletter, Informationen zu Bludit (auf Deutsch).
I think/hope today or tomorrow.mahmut wrote: What is the exit date , please?
There is a "," at the end of a JSON set you have to delete. For example the language file for the plugin About has to be:
Code: Select all
{
"plugin-data":
{
"name": "Hakkında",
"description": "Senin veya siten hakkında kısa bilgiler"
}
}
Code: Select all
{
"plugin-data":
{
"name": "Hakkında",
"description": "Senin veya siten hakkında kısa bilgiler,
}
}
Planet Bludit, Tipps, Snippets und nützliche Links. - Newsletter, Informationen zu Bludit (auf Deutsch).
Thanks bro.
Edi wrote:I think/hope today or tomorrow.mahmut wrote: What is the exit date , please?
There is a "," at the end of a JSON set you have to delete. For example the language file for the plugin About has to be:
Wrong is ("," at the end of the line with "description"):Code: Select all
{ "plugin-data": { "name": "Hakkında", "description": "Senin veya siten hakkında kısa bilgiler" } }
Code: Select all
{ "plugin-data": { "name": "Hakkında", "description": "Senin veya siten hakkında kısa bilgiler, } }
Yes, exactly.mahmut wrote: What is the exit date , please?
Planet Bludit, Tipps, Snippets und nützliche Links. - Newsletter, Informationen zu Bludit (auf Deutsch).