From a90ebed97400fbad67240d76f13096c70fe731ed Mon Sep 17 00:00:00 2001 From: ArdaxHz <70710586+ArdaxHz@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:41:43 +0100 Subject: [PATCH] add vietnamese language --- src/mangaplus/mangaplus.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mangaplus/mangaplus.py b/src/mangaplus/mangaplus.py index 574f226..4acd533 100644 --- a/src/mangaplus/mangaplus.py +++ b/src/mangaplus/mangaplus.py @@ -23,7 +23,7 @@ open_title_regex, ) -__version__ = "0.1.21" +__version__ = "0.1.22" setup_extension_logs( logger_name="mangaplus", @@ -61,6 +61,7 @@ def extension_languages_map(self): "4": "pt-br", "5": "ru", "6": "th", + "9": "vi" } @property