SHPPWS-103: add feedback survey-link to email templates#637
Conversation
|
PYSAKOINNINVERKKOKAUPPA-BACKEND branch is deployed to platta: https://pysakoinninverkkokauppa-backend-pr637.dev.hel.ninja 🚀🚀🚀 |
|
PYSAKOINNINVERKKOKAUPPA-BACKEND branch is deployed to platta: https://pysakoinninverkkokauppa-backend-pr637.dev.hel.ninja 🚀🚀🚀 |
|
PYSAKOINNINVERKKOKAUPPA-BACKEND branch is deployed to platta: https://pysakoinninverkkokauppa-backend-pr637.dev.hel.ninja 🚀🚀🚀 |
mhieta
left a comment
There was a problem hiding this comment.
Line numbers in translations makes them too verbose and also gives no actual real value, because you can always search the translation and get their location. So better not use them at all. Try running commands to remove them:
python manage.py makemessages -l fi --no-locationpython manage.py makemessages -l sv --no-location
Also fuzzy-translations should be updated to match latest desired translation value and # fuzzy removed completely from them.
Empty "" -translations should be updated also to match the actual desired translation value.
7260f93 to
c1518ad
Compare
|
PYSAKOINNINVERKKOKAUPPA-BACKEND branch is deployed to platta: https://pysakoinninverkkokauppa-backend-pr637.dev.hel.ninja 🚀🚀🚀 |
276c83f to
592f562
Compare
|
PYSAKOINNINVERKKOKAUPPA-BACKEND branch is deployed to platta: https://pysakoinninverkkokauppa-backend-pr637.dev.hel.ninja 🚀🚀🚀 |
Here are all of the lines that were changed in the Swedish translation translated. I might have translated already translated strings. I tried to align these with the already translated strings that are correct. |
5ad377e to
2eb7f6d
Compare
|
PYSAKOINNINVERKKOKAUPPA-BACKEND branch is deployed to platta: https://pysakoinninverkkokauppa-backend-pr637.dev.hel.ninja 🚀🚀🚀 |
|
Updated the missing Swedish translations, re-marking the PR as ready for review. |
|
PYSAKOINNINVERKKOKAUPPA-BACKEND branch is deployed to platta: https://pysakoinninverkkokauppa-backend-pr637.dev.hel.ninja 🚀🚀🚀 |
2eb7f6d to
d70e7b8
Compare
|
PYSAKOINNINVERKKOKAUPPA-BACKEND branch is deployed to platta: https://pysakoinninverkkokauppa-backend-pr637.dev.hel.ninja 🚀🚀🚀 |
Niilis
left a comment
There was a problem hiding this comment.
The Swedish translations are good to go now. Not sure about the other changes but with a quick glance I did not find anything to comment about.
refs SHPPWS-103
Reduce code duplication by splitting the base email-templates into reusable snippets. refs SHPPWS-103
d70e7b8 to
8a01adb
Compare
|
|
PYSAKOINNINVERKKOKAUPPA-BACKEND branch is deployed to platta: https://pysakoinninverkkokauppa-backend-pr637.dev.hel.ninja 🚀🚀🚀 |



Description
add feedback survey-link to email templates
How Has This Been Tested?
permit_ended-email has been tested locally via mailpit, this should cover all cases as all the relevant emails use the same (or similiar) base template where the change has been made.