diff --git a/README.md b/README.md index ea4425e..ef4791c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ defaults for new projects. - 🇪🇸 Spanish - 🇫🇷 French - 🇧🇷 Portuguese + - 🇹🇷 Turkish ## Installation diff --git a/sample_deployment/sample_deployment/settings.py b/sample_deployment/sample_deployment/settings.py index d212021..af0e194 100644 --- a/sample_deployment/sample_deployment/settings.py +++ b/sample_deployment/sample_deployment/settings.py @@ -137,6 +137,7 @@ ("fr", "French"), ("es", "Spanish"), ("pt-br", "Portuguese (Brazil)"), + ("tr", "Turkish"), ) USE_I18N = True