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:
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
|
||||
|
||||
| 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
|
||||
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user