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 quotesrelease
parent
ae24948861
commit
f8322a8c5d
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue