mirror of
https://github.com/frappe/books.git
synced 2025-02-08 23:18:31 +00:00
fix: simplified chinese characters
- add to languages - update README
This commit is contained in:
parent
4b93ba5376
commit
2c0ee8b0a9
23
README.md
23
README.md
@ -128,17 +128,18 @@ 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/) |
|
||||||
| Arabic | [taha2002](https://github.com/taha2002) |
|
| Arabic | [taha2002](https://github.com/taha2002) |
|
||||||
| Catalan | Dídac E. Jiménez |
|
| Catalan | Dídac E. Jiménez |
|
||||||
| Dutch | [FastAct](https://github.com/FastAct) |
|
| Dutch | [FastAct](https://github.com/FastAct) |
|
||||||
| 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
|
||||||
|
|
||||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user