From 0da5a2ae130456c1c252d68ff6fa901c965e51eb Mon Sep 17 00:00:00 2001 From: pampletousse <51699553+pampletousse@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:22:11 +0100 Subject: [PATCH] [DONE] Pampletousse/fix dashboard translation (#1021) * Delete last calls to my_videos * Add missing translations in po file * Finish fix translations + compile * Add missing label on multiples actions * Change makefile and fix not used tranlations * Fix last tranlsation in pod/video/views.py * Fix last translation in pod/video/views.py * Add space on french translation --------- Co-authored-by: pampletousse --- Makefile | 4 +- pod/dressing/templates/video_dressing.html | 2 +- pod/locale/fr/LC_MESSAGES/django.mo | Bin 174338 -> 176203 bytes pod/locale/fr/LC_MESSAGES/django.po | 272 ++++++++++++++++----- pod/locale/fr/LC_MESSAGES/djangojs.mo | Bin 19928 -> 19927 bytes pod/locale/fr/LC_MESSAGES/djangojs.po | 17 +- pod/locale/nl/LC_MESSAGES/django.po | 218 ++++++++++++++--- pod/locale/nl/LC_MESSAGES/djangojs.po | 17 +- pod/recorder/views.py | 8 +- 9 files changed, 426 insertions(+), 112 deletions(-) diff --git a/Makefile b/Makefile index add22ca179..3eef3e99de 100755 --- a/Makefile +++ b/Makefile @@ -49,9 +49,9 @@ createDB: # Mise à jour des fichiers de langue lang: echo "Processing python files..." - python3 manage.py makemessages --all -i "opencast-studio/*" -i "pod/custom/settings_local.py" --add-location=file + python3 manage.py makemessages --all -i "opencast-studio/*" -i "pod/custom/*" --add-location=file echo "Processing javascript files..." - python3 manage.py makemessages -d djangojs -l fr -l nl -i "*.min.js" -i "pod/static/*" -i "opencast-studio/*" -i "*/node_modules/*" -i "node_modules/*" --add-location=file + python3 manage.py makemessages -d djangojs -l fr -l nl -i "*.min.js" -i "pod/static/*" -i "opencast-studio/*" -i "*/node_modules/*" -i "node_modules/*" -i "pod/custom/*" --add-location=file #compilation des fichiers de langue compilelang: diff --git a/pod/dressing/templates/video_dressing.html b/pod/dressing/templates/video_dressing.html index 1d7593422f..25f4aff711 100644 --- a/pod/dressing/templates/video_dressing.html +++ b/pod/dressing/templates/video_dressing.html @@ -17,7 +17,7 @@ {{block.super}}