Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 2 KB

README.md

File metadata and controls

58 lines (34 loc) · 2 KB

trello.lanugages

Join the chat at https://gitter.im/VladSavitsky/trello.lanugages

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.

Installation

There are two steps: install extension and configure browser's default language (locale).

Get an extension.

  1. Open https://chrome.google.com/webstore/detail/languages-for-trellocom/alhoallabckfhacphbkkideohcgbchhl
  2. Click "Add" button.
  3. Confirm permissions.
  4. Open https://trello.com or refresh already opened page (press Ctrl+R)

Set language in Chrome browser.

See https://developer.chrome.com/extensions/i18n#locales-testing

How it works

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.

How to translate trello.com into your language.

  1. Open http://interpr.it/extension/34
  2. Log in (required to translate).
  3. Do your best!

#Support

Development

Get code

  1. Clone repository: git clone [email protected]:VladSavitsky/trello.lanugages.git
  2. Open folder: cd trello.languages
  3. Happy hacking!

Use newest version in browser.

To add recently downloaded extension to chrome use this instruction: https://developer.chrome.com/extensions/getstarted#unpacked