Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n Configuration for the tool #127

Open
bytefulness opened this issue Apr 18, 2023 · 1 comment
Open

i18n Configuration for the tool #127

bytefulness opened this issue Apr 18, 2023 · 1 comment

Comments

@bytefulness
Copy link

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

@AryeBorgen
Copy link

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": "הוספת עמודה מימין"
            }
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants