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

Documentation Lacks Information on Localizing "Unordered" and "Ordered" #54

Closed
AryeBorgen opened this issue May 30, 2023 · 2 comments · Fixed by #136
Closed

Documentation Lacks Information on Localizing "Unordered" and "Ordered" #54

AryeBorgen opened this issue May 30, 2023 · 2 comments · Fixed by #136
Labels
documentation Improvements or additions to documentation

Comments

@AryeBorgen
Copy link

Hi there,

I'm currently using the nested list plugin of EditorJs and I'm trying to translate the words "Unordered" and "Ordered" for my application's localization. However, I can't seem to find any documentation or guide on how to do this.

Is there a recommended way to translate these terms? If so, could you please provide some directions or add this information to the documentation? This would be very beneficial for developers working on applications that need to support multiple languages.

@e11sy e11sy added the documentation Improvements or additions to documentation label Nov 21, 2024
@Sozialarchiv
Copy link

Sozialarchiv commented Nov 26, 2024

For me that is working:

{
    messages: {
        "toolNames": {
            "Ordered List": "Nummerierte Liste",
            "Unordered List": "Unnummeriert Liste",
            "Checklist": "Checkliste",
        },
        "tools": {
            "list": {
                "Ordered": "Nummeriert",
                "Unordered": "Unnummeriert",
                "Checklist": "Checkliste"
            }
        },
    }

@e11sy Shoud I do a pr?

@e11sy
Copy link
Contributor

e11sy commented Feb 2, 2025

Hey, @Sozialarchiv that would be really nice, if you add this example in readme

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

Successfully merging a pull request may close this issue.

3 participants