Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Aug 24, 2023
1 parent a207cdd commit 44cd6ad
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 192 deletions.
3 changes: 1 addition & 2 deletions docs/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Next to that, we also run ``pylint ephios`` to check for semantic issues in the
Translations
------------

We are using djangos translation system for translations in python, html and javascript.
We are using the django translation system for translations in python, html and javascript.
After adding new strings to translate, run this to generate
the `locale/**/.po` files for translation:

Expand All @@ -86,5 +86,4 @@ a translation. To add them, do run ``makemessages`` from the ``data/static/`` di
# prepend VAPID_PRIVATE_KEY_PATH="" to the following command
python ../../manage.py makemessages --all -d djangojs --ignore jsi18n --ignore admin --ignore CACHE --ignore recurrence --ignore select2
We tend to edit our .po files using weblate, but a local editor like poedit works as well.
Loading

0 comments on commit 44cd6ad

Please sign in to comment.