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

chore: update readme with Swedish contrib

- add sv to languageCodeMap
This commit is contained in:
18alantom 2023-01-04 15:10:02 +05:30
parent 570fb21810
commit 013bf3af4f
2 changed files with 3 additions and 1 deletions

View File

@ -139,7 +139,8 @@ If you want to contribute code then you can fork this repo, make changes and rai
| 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) |
| Simplified Chinese | [wcxu21](https://github.com/wcxu21) |
| Swedish | [papplo](https://github.com/papplo) |
## License

View File

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