Skip to content

Commit

Permalink
Add Turkish to README.md and sample_deployment/settings.py file (#99)
Browse files Browse the repository at this point in the history
* Add Turkish to README.md and sample_deployment/settings.py file

* Update settings.py
  • Loading branch information
emrhnsyts authored Jul 20, 2024
1 parent c28043e commit 2be9ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ defaults for new projects.
- 🇪🇸 Spanish
- 🇫🇷 French
- 🇧🇷 Portuguese
- 🇹🇷 Turkish

## Installation

Expand Down
1 change: 1 addition & 0 deletions sample_deployment/sample_deployment/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
("fr", "French"),
("es", "Spanish"),
("pt-br", "Portuguese (Brazil)"),
("tr", "Turkish"),
)

USE_I18N = True
Expand Down

0 comments on commit 2be9ab6

Please sign in to comment.