Skip to content

Commit

Permalink
Parameterize and update translations (#1377)
Browse files Browse the repository at this point in the history
* add translation commands to Makefile
* parameterize the "this study is conducted by" [contact] text
* add trimmed arg and translator note to existing parameterized translation
* update all translation files
* add empty Hungarian translation file
* add empty Basque translation file
* update existing translations to use the new contact argument
  • Loading branch information
becky-gilbert authored Apr 10, 2024
1 parent 1109465 commit b54ffa2
Show file tree
Hide file tree
Showing 23 changed files with 56,651 additions and 18,316 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ css: poetry

makemigrations:
poetry run ./manage.py makemigrations

makemessages:
poetry run ./manage.py makemessages --all

compilemessages:
poetry run ./manage.py compilemessages
Loading

0 comments on commit b54ffa2

Please sign in to comment.