From 6f56ac7a2594d87c43b96da0cf75023fb026a2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E9=A2=82=E8=B4=A4?= <32860519+csxA1@users.noreply.github.com> Date: Mon, 20 Mar 2023 00:11:08 +0800 Subject: [PATCH] feat: add target language (#193) Cantonese --- book_maker/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/book_maker/utils.py b/book_maker/utils.py index fc11dc3..f3254c9 100644 --- a/book_maker/utils.py +++ b/book_maker/utils.py @@ -6,6 +6,7 @@ LANGUAGES = { "zh-hans": "simplified chinese", "zh": "simplified chinese", "zh-hant": "traditional chinese", + "zh-yue": "cantonese", "de": "german", "es": "spanish", "ru": "russian",