docs: Add tip for l10n to use CLDR (#344)

* Add tip for l10n to use CLDR

This prevents unnecessary work and prevents some translation errors that can easily occur, otherwise. (e.g. it's not that easy to translate the skin tones correctly)

* remove smart quotes
nolan/no-underscore-json
rugk 2019-06-29 16:47:40 +02:00 committed by Nolan Lawson
parent ae24948861
commit f8322a8c5d
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ skintones: {
},
```
**Tip:** You usually do not need to translate the categories and skin tones by youself, because this data and their translations [should be included in the Unicode CLDR](http://cldr.unicode.org/) (the ["Common Locale Data Repository"](https://en.wikipedia.org/wiki/Common_Locale_Data_Repository)). You can look them up and just take them from there.
#### Sheet sizes
Sheets are served from [unpkg](https://unpkg.com), a global CDN that serves files published to [npm](https://www.npmjs.com).