From 7312edc0d6eb26a395203c9ba0eabd61c2710f8f Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 19 Sep 2014 18:52:57 +0400 Subject: [PATCH] Merged documentation for localization --- README.md | 8 +++++++- app/js/locales/Readme.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28174526..8ef77cd5 100644 --- a/README.md +++ b/README.md @@ -116,12 +116,18 @@ The source code is licensed under GPL v3. License is available [here](/LICENSE). ## Contribute -You can help this project by reporting problems, suggestions, or contributing to the code. +You can help this project by reporting problems, suggestions, localizing it or contributing to the code. ### Report a problem or suggestion Go to our [issue tracker](https://github.com/zhukov/webogram/issues) and check if your problem/suggestion is already reported. If not, create a new issue with a descriptive title and detail your suggestion or steps to reproduce the problem. +### Localization + +If you don't see your native language available for Webogram and you can help with translation, please join [Telegram Web project on Transifex](https://www.transifex.com/organization/telegram/dashboard). + +To test your translation live, use [Localization guide](/app/js/locales/README.md). + ### Contribute to the code If you know how to code, we welcome you to send fixes and new features, but in order to be efficient we ask you to follow the following procedure: diff --git a/app/js/locales/Readme.md b/app/js/locales/Readme.md index 10ab8aac..b9cf32c2 100644 --- a/app/js/locales/Readme.md +++ b/app/js/locales/Readme.md @@ -8,7 +8,7 @@ Adding a new locale is pretty easy, all you got to do is: 2. copy `js/locales/en-us.json` to `js/locales/.json` 3. without changing the key strings translate and change the value strings into your target locale 4. add your locale in js/i18n.js to the object of supported languages with locale and its native name so it will be listed in the settings -5. enjoy your awesome new webogram in your own language! +5. enjoy your awesome new Webogram in your own language! You may also want to join the project on [transifex](https://www.transifex.com/projects/p/telegram-web/).