From a02d4859b51196cb37e1024ed7a2691ea3bbd2aa Mon Sep 17 00:00:00 2001 From: Thomas Wilburn Date: Thu, 29 Oct 2015 10:47:32 -0700 Subject: [PATCH] Update contributing.rst --- contributing.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contributing.rst b/contributing.rst index 3665dd5..2d6089c 100644 --- a/contributing.rst +++ b/contributing.rst @@ -16,7 +16,8 @@ We use GitHub's issue system to track bugs and feature requests, so feel free to You don't have to be a coder to help with Caret — we're always looking for designers, writers, testers, and other non-code tasks. If you'd like suggestions on where to start, send an e-mail. Contact information is available from the main project marketing page at http://thomaswilburn.net/caret -If you want to help with translations: +If you want to help with translations +------------------------------------- - Create a new folder under ``_locales``. Name the folder after one of the supported languages (see https://developer.chrome.com/webstore/i18n?csw=1#localeTable). - Copy the ``messages.json`` file from the english (en) folder into this new folder. @@ -25,7 +26,7 @@ If you want to help with translations: Instructions on how to change Chrome language for testing can be found here: https://developer.chrome.com/extensions/i18n#locales-testing -**Note:** If changing the whole Mac OS language settings just to test an app, as described in the instructions, sounds like overkill, you can follow this steps: +**Note:** If changing the whole Mac OS language settings just to test an app, as described in the instructions, sounds like overkill, you can follow these steps: - Open a Terminal window. - Type ``defaults write com.google.Chrome AppleLanguages '(en-US)'`` and press "enter". (set the language you want in the parenthesis).