From 704e8617a0011b0d9ce613b11aedfd361ce82e66 Mon Sep 17 00:00:00 2001 From: Soumendra kumar sahoo Date: Mon, 8 Jun 2020 20:58:52 +0530 Subject: [PATCH] feat(languages): add Odia (lang code: or) language (#159) Co-authored-by: Soumendra Kumar Sahoo --- googletrans/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/googletrans/constants.py b/googletrans/constants.py index ebdd660..620c818 100644 --- a/googletrans/constants.py +++ b/googletrans/constants.py @@ -75,6 +75,7 @@ LANGUAGES = { 'my': 'myanmar (burmese)', 'ne': 'nepali', 'no': 'norwegian', + 'or': 'odia', 'ps': 'pashto', 'fa': 'persian', 'pl': 'polish',