-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule backend
updated
11 files
+6 −0 | backend/backend/urls.py | |
+2 −0 | backend/config.py | |
+1 −1 | backend/glossary/tmx/tmxrepo.py | |
+25 −0 | backend/translation/migrations/0018_alter_translation_translation_type.py | |
+1 −1 | backend/translation/models.py | |
+82 −24 | backend/translation/utils.py | |
+203 −1 | backend/users/views.py | |
+50 −1 | backend/voiceover/tasks.py | |
+1 −0 | backend/voiceover/urls.py | |
+29 −4 | backend/voiceover/utils.py | |
+68 −1 | backend/voiceover/views.py |
Submodule frontend
updated
38 files