From 2141298e27da8d1b560361dc8100fcb698bafae3 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 1 Dec 2022 09:52:34 +0100 Subject: [PATCH] Add Farsi language to `tests.settings.LANGUAGES`. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Éric <635179+merwok@users.noreply.github.com> --- tests/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/settings.py b/tests/settings.py index d98896e..55fb468 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -124,6 +124,7 @@ USE_I18N = True LANGUAGES = ( ("en", "English"), ("es", "Español"), + ("fa", "Farsi"), ("fr", "Français"), ("it", "Italiano"), ("pl", "Polski"),