Chrome browser extension which allow to translate trello.com site to any language.
It's very simple and to keep it simple as possible it's almost have no interface for translation. All translations stored in JSON files and any translator could translate them in any editor.
There are two steps: install extension and configure browser's default language (locale).
- Open https://chrome.google.com/webstore/detail/languages-for-trellocom/alhoallabckfhacphbkkideohcgbchhl
- Click "Add" button.
- Confirm permissions.
- Open https://trello.com or refresh already opened page (press
Ctrl+R
)
See https://developer.chrome.com/extensions/i18n#locales-testing
Trello.com builds page dynamically (content loading using AJAX, dynamically created elements at page). So a lot of strings do not exists at page until you click somewhere or press some keys and there is other way to translate them but just wait untilthose elements appears at page and then do a translation for them.
- Open http://interpr.it/extension/34
- Log in (required to translate).
- Do your best!
#Support
- Comment: https://trello.com/b/RC09y2Zn
- Email: [email protected]
- Skype: vlad_savitsky
- Extension's support page: https://chrome.google.com/webstore/support/alhoallabckfhacphbkkideohcgbchhl?hl=ru&gl=UA#bug
- Clone repository:
git clone [email protected]:VladSavitsky/trello.lanugages.git
- Open folder:
cd trello.languages
- Happy hacking!
To add recently downloaded extension to chrome use this instruction: https://developer.chrome.com/extensions/getstarted#unpacked