2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00

fix: simplified chinese characters

- add to languages
- update README
This commit is contained in:
18alantom 2022-11-05 23:09:58 +05:30
parent 4b93ba5376
commit 2c0ee8b0a9
3 changed files with 621 additions and 619 deletions

View File

@ -129,7 +129,7 @@ If you want to contribute code then you can fork this repo, make changes and rai
## Translation Contributors ## Translation Contributors
| Language | Contributors | | Language | Contributors |
| ---------- | ---------------------------------------------------------------------------------- | | ------------------ | ---------------------------------------------------------------------------------- |
| French | [DeepL](https://www.deepl.com/), [mael-chouteau](https://github.com/mael-chouteau) | | French | [DeepL](https://www.deepl.com/), [mael-chouteau](https://github.com/mael-chouteau) |
| German | [DeepL](https://www.deepl.com/), [barredterra](https://github.com/barredterra) | | German | [DeepL](https://www.deepl.com/), [barredterra](https://github.com/barredterra) |
| Portuguese | [DeepL](https://www.deepl.com/) | | Portuguese | [DeepL](https://www.deepl.com/) |
@ -139,6 +139,7 @@ If you want to contribute code then you can fork this repo, make changes and rai
| Spanish | [talmax1124](https://github.com/talmax1124) | | Spanish | [talmax1124](https://github.com/talmax1124) |
| Gujarati | [dhruvilxcode](https://github.com/dhruvilxcode) | | Gujarati | [dhruvilxcode](https://github.com/dhruvilxcode) |
| Korean | [Isaac-Kwon](https://github.com/Isaac-Kwon) | | Korean | [Isaac-Kwon](https://github.com/Isaac-Kwon) |
| Simplified Chinese | [wcxu21](https://github.com/wcxu21) |
## License ## License

View File

@ -18,6 +18,7 @@ export const languageCodeMap: Record<string, string> = {
Gujarati: 'gu', Gujarati: 'gu',
Turkish: 'tr', Turkish: 'tr',
Korean: 'ko', Korean: 'ko',
'Simplified Chinese': 'zh-CN',
}; };
export async function setLanguageMap( export async function setLanguageMap(

File diff suppressed because it is too large Load Diff