Hi,
This is my first time posting here and also my first time trying to translate json files with crowdin. I did a very quick test to see how it would work and it seems that crowdin is adding extra columns to the translated file. Check the difference below:
Original
[
{
"title": "Lesson 1",
"description": "Binary Options. How Do They Work and How Much Can You Earn with Them?",
"articleUrl": "https://sites.google.com/view/brokercourse-01-en",
"progress": 5,
"tasks": [
{
"type": "quiz",
"title": "Quiz",
"description": "Binary Options. How Do They Work and How Much Can You Earn with Them?",
"reward": 30,
"progress": 5,
"quiz": [
{
Exported file:
{
"title": "Aula 1",
"description": "Binary Options. How Do They Work and How Much Can You Earn with Them?",
"articleUrl": "https://sites.google.com/view/brokercourse-01-en",
"progress": 5,
"tasks": [
{
"type": "questionário",
"title": "Questionário",
"description": "Binary Options. How Do They Work and How Much Can You Earn with Them?",
"reward": 30,
"progress": 5,
"quiz": [
{
Is this an issue? How do I remove the extra columns, any suggestions?
Thanks!