Closed Kisedek closed 3 months ago
Erro log: [Render thread/WARN]: Skipped language file: chat_heads:lang/pt_br.json (com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 17 column 4 path $.text.autoconfig.chat_heads.option.handleSystemMessages.@Tooltip)
Cause: Missing comma at the end of line 16 of the Pt_br translation.
Solution: Place a comma at the end of line 16.
Indeed! Thanks for the report, will release a fix shortly.
Fixed in 0.12.13!
Erro log: [Render thread/WARN]: Skipped language file: chat_heads:lang/pt_br.json (com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 17 column 4 path $.text.autoconfig.chat_heads.option.handleSystemMessages.@Tooltip)
Cause: Missing comma at the end of line 16 of the Pt_br translation.
Solution: Place a comma at the end of line 16.