Skip to content

Commit cb10fcb

Browse files
authored
Merge pull request DjangoGirls#1278 from ekohl/rephrase-language
Rephrase the LANGUAGE_CODE text
2 parents ad88010 + a422405 commit cb10fcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

en/django_start_project/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ In `settings.py`, find the line that contains `TIME_ZONE` and modify it to choos
8484
TIME_ZONE = 'Europe/Berlin'
8585
```
8686

87-
A language code consist of the language, e.g. `en` for english or `de` for german, and the country code, e.g. `de` for germany or `ch` for switzerland. You will want to add this if you want the default buttons and notifications from Django to be in your language. So you would have "Cancel" button translated into the language you defined here. [Django comes with a lot of prepared translations](https://docs.djangoproject.com/en/1.11/ref/settings/#language-code).
87+
A language code consist of the language, e.g. `en` for English or `de` for German, and the country code, e.g. `de` for Germany or `ch` for Switzerland. If English is not your native language, you can can add this to change the default buttons and notifications from Django to be in your language. So you would have "Cancel" button translated into the language you defined here. [Django comes with a lot of prepared translations](https://docs.djangoproject.com/en/1.11/ref/settings/#language-code).
8888

89-
Change the language code by changing the following line:
89+
If you want a different language, change the language code by changing the following line:
9090

9191
{% filename %}mysite/settings.py{% endfilename %}
9292
```python

0 commit comments

Comments
 (0)