Add Farsi language to `tests.settings.LANGUAGES`.
Co-Authored-By: Éric <635179+merwok@users.noreply.github.com>master
parent
762d1184dd
commit
2141298e27
|
|
@ -124,6 +124,7 @@ USE_I18N = True
|
|||
LANGUAGES = (
|
||||
("en", "English"),
|
||||
("es", "Español"),
|
||||
("fa", "Farsi"),
|
||||
("fr", "Français"),
|
||||
("it", "Italiano"),
|
||||
("pl", "Polski"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue