简体中文 正體中文 English Deutsch 日本語 Polski Русский Español தமிழ்
If you wish to help with translations, please e-mail me (JiaYanwei <wxmedit@gmail.com>) indicating the target language.
Translations are split into two parts:
- Application UI (
*.pofiles) — the text inside the wxMEdit application itself. - Website (markdown & YAML files) — the content of this website.
There are two ways to contribute:
- Without forking:
- Application UI:
- Download the template
https://raw.githubusercontent.com/hltj/wxMEdit/master/po/wxmedit.pot. - Translate it into the target language and rename it
ll_CC.po(e.g.zh_CN.po,it_IT.po,ja_JP.po); or update the existingll_CC.po.
- Download the template
- Website:
- Download
_data/l10n/<lang>.ymland the files under_pages/<lang>/from wxMEdit/wxMEdit.github.io. - Update the localized strings in
_data/l10n/<lang>.yml(navigation, headings, OS names, credits, etc.); or create a newll_CC.ymlfor a new language. - Translate the markdown files under
_pages/<lang>/(index.md,helpl10n.md, and the ChangeLog section ofdownloads.md); or create a new_pages/ll_CC/directory for a new language.
- Download
- Send the files to me (JiaYanwei <wxmedit@gmail.com>).
- Application UI:
- With forking:
- Fork wxMEdit/wxMEdit (application) and/or wxMEdit/wxMEdit.github.io (website) on GitHub.
- Edit the
.pofile and/or the website files (_data/l10n/<lang>.ymland_pages/<lang>/) — either online through GitHub's web editor, or by cloning your fork to your machine and pushing the changes back. - Create a pull request.
Thank you for your help! Your name/nick will be added to the credits. You may also share your website/blog URL so that I can link to it from your translated pages and the credits pages across all languages.