View Single Post
Toranks
Senior Member
Join Date: Dec 2021
Location: Spain
Old 04-26-2022 , 21:13   Re: Help Menu v0.3 (7/10)
Reply With Quote #208

Quote:
Originally Posted by HarryPotter View Post
I will check and try to fix it
Sorry, It was my mistake, I have a typo on the translation file and I've realized now

I didn't realize that as you explained on your post, text that I highlight in red is the one that must be included in the translation file. As you can see, the "list" type and the "text" type use different positions. Hence my confusion.

Code:
"Help"
{
	"Server Rules"
	{
		"title"		"Server Rules"
		"type"		"text"
		"items"
		{
			""		"- RULE1"
			""		"- RULE2"
			""		"- RULE3"
			""		"- RULE4"
			""		"- RULE5"
			""		"- RULE6"
			""		"- RULE7"
		}
	}
	"Chat Commands"
	{
		"title"		"Chat Commands"
		"type"		"list"
		"items"
		{
			  "say !drop"		"!drop chat"
			  "say !csm"			"!csm chat"
			  "say !pickbot"			"!pickbot chat"
			  "say !flare"		"!flare chat"
		}
	}
}

Last edited by Toranks; 04-26-2022 at 21:24.
Toranks is offline