table icon indicating copy to clipboard operation
table copied to clipboard

i18n Configuration for the tool

Open bytefulness opened this issue 2 years ago • 1 comments

I can't translate the tool texts inside i18n configuration object with proper way. Could you provide syntax about how can we translate texts.

bytefulness avatar Apr 18 '23 10:04 bytefulness

You can do it like this:

    "messages": {
        "blockTunes": {
            
        },
        "ui": {
            
        },
        "toolNames": {
            
        },
        "tools": {
            "table": {
                "With headings": "עם כותרת",
                "Without headings": "ללא כותרת",
                "Add row above": "הוספת שורה למעלה",
                "Add row below": "הוספת שורה למטה",
                "Delete row": "מחיקת שורה",
                "Delete column": "מחיקת עמודה",
                "Add column to left": "הוספת עמודה משמאל",
                "Add column to right": "הוספת עמודה מימין"
            }
        }
    }
}

AryeBorgen avatar May 31 '23 13:05 AryeBorgen