Page 1 of 1

Plugins language error

Posted: Mon Feb 15, 2016 3:21 pm
by mahmut
Hi, as the file in the Add-ins section tr_tr.json form TR language description does not appear . How do I fix this? Thank you.

Photo: http://imgur.com/ElejRCY
Image

Re: Plugins language error

Posted: Mon Feb 15, 2016 11:25 pm
by Edi
There is a small error in the files. I will fix it.

Re: Plugins language error

Posted: Mon Feb 15, 2016 11:37 pm
by Edi
Done. The files will be dispatched with v1.1.

There are not yet all plugins translated. Perhaps you are interested to add some translations.

Re: Plugins language error

Posted: Tue Feb 16, 2016 7:17 am
by mahmut
Edi wrote:Done. The files will be dispatched with v1.1.

There are not yet all plugins translated. Perhaps you are interested to add some translations.
Thank you. 1.1 What is the exit date , please?

Re: Plugins language error

Posted: Tue Feb 16, 2016 8:42 pm
by Edi
mahmut wrote: What is the exit date , please?
I think/hope today or tomorrow.

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

Re: Plugins language error

Posted: Wed Feb 17, 2016 5:55 pm
by mahmut
Thanks bro.
Edi wrote:
mahmut wrote: What is the exit date , please?
I think/hope today or tomorrow.

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

Re: Plugins language error

Posted: Thu Feb 18, 2016 1:05 am
by Edi
mahmut wrote: What is the exit date , please?
Yes, exactly.