|
1 | 1 | ### Guide on how to add a new language translation to Deskreen
|
2 | 2 |
|
3 |
| -As we agreed in our community, when adding a new language support for Deskreen, |
| 3 | +[As we agreed in our community](https://github.com/pavlobu/deskreen/issues/60), when adding a new language support for Deskreen, |
4 | 4 | the translations for Deskreen App should be done along with translations for a website too.
|
5 | 5 | Why is that? Because if you translate app only, it doesn't bring any value to users because they
|
6 | 6 | can not read any documentation and important information about Deskreen on a website.
|
7 | 7 |
|
8 | 8 | If you are willing to contribute to translate application only and don't want to help with translating a
|
9 | 9 | website, then your submission with new language support will be stalled up until the time when there
|
10 | 10 | is a translation for Deskreen website.
|
| 11 | +Follow guides on [Deskreen website locales repo](https://github.com/Deskreen/deskreen-website-locales) |
| 12 | +for adding your language translation for [Deskreen Website](https://deskreen.com) |
11 | 13 |
|
12 | 14 | ## The how-to guides on submitting translations for Deskreen website will be added here soon (within next week). Stay tuned.
|
13 | 15 |
|
@@ -92,7 +94,7 @@ open link -> right click in browser window -> Save as..
|
92 | 94 |
|
93 | 95 | ### Add new language for Deskreen Website if you don't know how to code
|
94 | 96 |
|
95 |
| -Docs coming soon. Stay tuned. |
| 97 | +Follow guides on [Deskreen website locales repo](https://github.com/Deskreen/deskreen-website-locales) |
96 | 98 |
|
97 | 99 | ### When finished editing translation.json files
|
98 | 100 |
|
@@ -169,7 +171,7 @@ SKIP_PREFLIGHT_CHECK=true yarn test:nowatch -- -u
|
169 | 171 |
|
170 | 172 | ### Add new language for Deskreen Website. Step By Step Guide for coders and people who know how to use git
|
171 | 173 |
|
172 |
| -Docs coming soon. Stay tuned. |
| 174 | +Follow guides on [Deskreen website locales repo](https://github.com/Deskreen/deskreen-website-locales) |
173 | 175 |
|
174 | 176 | ### IMPORTANT: Please make sure your PR is 1 or maximum 2 commits length. If it is longer than that, you will be asked to squash your PR commits. If you don't know how to squash, refer [this guide](#dont-know-code)
|
175 | 177 |
|
|
0 commit comments