Plugins language error

Post Reply
mahmut
Ssr. Bludit
Posts: 24
Joined: Fri Feb 12, 2016 2:27 pm

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
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

There is a small error in the files. I will fix it.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Done. The files will be dispatched with v1.1.

There are not yet all plugins translated. Perhaps you are interested to add some translations.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
mahmut
Ssr. Bludit
Posts: 24
Joined: Fri Feb 12, 2016 2:27 pm

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?
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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,
	}
}
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
mahmut
Ssr. Bludit
Posts: 24
Joined: Fri Feb 12, 2016 2:27 pm

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,
	}
}
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

mahmut wrote: What is the exit date , please?
Yes, exactly.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply