Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukovdm committed Dec 1, 2024
1 parent 76b7202 commit 68c371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For any more advanced translation things, look at the documentation. You can hav
### Do translations
To now translate any strings that need translating follow the following steps:
1. cd to the folder of the app you want to translate
2. Run `../manage.py makemessages -a --no-obsolete`, this add any new lines to translate to the `locale/nl/LC_MESSAGES/django.po` file.
2. Run `../manage.py makemessages -a --no-obsolete`, this adds any new lines to translate to the `locale/nl/LC_MESSAGES/django.po` file.
3. Use the [poedit](https://poedit.net/) program to open the `django.po` file and edit any translation necessary.
4. Save the file.
5. Profit
Expand Down

0 comments on commit 68c371f

Please sign in to comment.