tldraw/assets/translations/languages.json
Peiling Jiang d09d67d037
[Minor] change Simplified Chinese label to Chinese (#2434)
Describe what your pull request does. If appropriate, add GIFs or images
showing the before and after.

### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Release Notes

- Changed the label for the Simplified Chinese language from `Chinese -
Simplified` to `简体中文`, following the convention of other languages.
- Updated the API and relevant documentation through build scripts.
2024-01-10 15:30:25 +00:00

138 lines
1.7 KiB
JSON

[
{
"locale": "ar",
"label": "عربي"
},
{
"locale": "ca",
"label": "Català"
},
{
"locale": "cs",
"label": "Čeština"
},
{
"locale": "da",
"label": "Danish"
},
{
"locale": "de",
"label": "Deutsch"
},
{
"locale": "en",
"label": "English"
},
{
"locale": "es",
"label": "Español"
},
{
"locale": "fa",
"label": "فارسی"
},
{
"locale": "fi",
"label": "Suomi"
},
{
"locale": "fr",
"label": "Français"
},
{
"locale": "gl",
"label": "Galego"
},
{
"locale": "he",
"label": "עברית"
},
{
"locale": "it",
"label": "Italiano"
},
{
"locale": "ja",
"label": "日本語"
},
{
"locale": "ko-kr",
"label": "한국어"
},
{
"locale": "ku",
"label": "کوردی"
},
{
"locale": "hi-in",
"label": "हिन्दी"
},
{
"locale": "hu",
"label": "Magyar"
},
{
"locale": "my",
"label": "မြန်မာစာ"
},
{
"locale": "ne",
"label": "नेपाली"
},
{
"locale": "no",
"label": "Norwegian"
},
{
"locale": "pl",
"label": "Polski"
},
{
"locale": "pt-br",
"label": "Português - Brasil"
},
{
"locale": "pt-pt",
"label": "Português - Europeu"
},
{
"locale": "ro",
"label": "Română"
},
{
"locale": "ru",
"label": "Russian"
},
{
"locale": "sv",
"label": "Svenska"
},
{
"locale": "te",
"label": "తెలుగు"
},
{
"locale": "th",
"label": "ภาษาไทย"
},
{
"locale": "tr",
"label": "Türkçe"
},
{
"locale": "uk",
"label": "Ukrainian"
},
{
"locale": "vi",
"label": "Tiếng Việt"
},
{
"locale": "zh-cn",
"label": "简体中文"
},
{
"locale": "zh-tw",
"label": "繁體中文 (台灣)"
}
]