2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 06:44:06 +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

@ -128,17 +128,18 @@ If you want to contribute code then you can fork this repo, make changes and rai
## Translation Contributors
| Language | Contributors |
| ---------- | ---------------------------------------------------------------------------------- |
| French | [DeepL](https://www.deepl.com/), [mael-chouteau](https://github.com/mael-chouteau) |
| German | [DeepL](https://www.deepl.com/), [barredterra](https://github.com/barredterra) |
| Portuguese | [DeepL](https://www.deepl.com/) |
| Arabic | [taha2002](https://github.com/taha2002) |
| Catalan | Dídac E. Jiménez |
| Dutch | [FastAct](https://github.com/FastAct) |
| Spanish | [talmax1124](https://github.com/talmax1124) |
| Gujarati | [dhruvilxcode](https://github.com/dhruvilxcode) |
| Korean | [Isaac-Kwon](https://github.com/Isaac-Kwon) |
| Language | Contributors |
| ------------------ | ---------------------------------------------------------------------------------- |
| French | [DeepL](https://www.deepl.com/), [mael-chouteau](https://github.com/mael-chouteau) |
| German | [DeepL](https://www.deepl.com/), [barredterra](https://github.com/barredterra) |
| Portuguese | [DeepL](https://www.deepl.com/) |
| Arabic | [taha2002](https://github.com/taha2002) |
| Catalan | Dídac E. Jiménez |
| Dutch | [FastAct](https://github.com/FastAct) |
| Spanish | [talmax1124](https://github.com/talmax1124) |
| Gujarati | [dhruvilxcode](https://github.com/dhruvilxcode) |
| Korean | [Isaac-Kwon](https://github.com/Isaac-Kwon) |
| Simplified Chinese | [wcxu21](https://github.com/wcxu21) |
## License

View File

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

File diff suppressed because it is too large Load Diff