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

Translation Request: Use "Tabelle einfügen" instead of "markdown-table-editor" in DE #24

Open
oliveremmler opened this issue Sep 1, 2023 · 1 comment

Comments

@oliveremmler
Copy link

I would like to contribute to a german localization to the Markdown Table Editor.
To make the use of the application better in the german, and maybe other languages, it would be good to have the action being performed with the mennu being mentioned.

Show "Tabelle einfügen" for German, "Insert table" for English instead of "markdown-table-editor".

See screenshot:
CleanShot 2023-09-01 at 08 20 58

Please let me know if i can add or contribute some more. As well as when i have done wrong steps. I'm new here.

Best Regards
Oliver

@haydenull
Copy link
Owner

Thanks for your kindness. You can create src/locales/de/translation.json and then import it into src/locales/i18n.js.

{
  "Markdown Table Editor": "Tabelle einfügen",
  // ...
}
// src/locales/i18n.js

import translationDE from "./de/translation.json";

const resources = {
  en: {
    translation: translationEN,
  },
  'zh-CN': {
    translation: translationZhCN,
  },
  de: {
    translation: translationDE,
  },
};

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