-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow translation of invitation emails #869
Comments
Hello, I would like to work on this issue. Can you show me which file that I need to work on? |
Hi, thanks for proposing your help. First, check out the repository locally with Currently, email sending is done by the Instead, we should probably use one template file, rendered with the For this, we should use Jinja2 Hope it's clear enough. Let us know if you need some more pointers. Then, I believe it's possible to change the way the templates are used at the moment. |
Thank you for your help! I tried to run test based on the documentation with make test command. I ran into the following error make: *** No rule to make target `test'. Stop. Any helps would be appreciated. |
@seakyith You need to be in the ihatemoney repository for this makefile command to work. Hope you figured this out :-) |
I could work on it this week if anyone else hasn't. I request you to assign this to me. |
Please go ahead! |
I have been trying to work on this for a while but I am still struggling to understand exactly what must be done, please let me know if a quick chat is possible. Thanks |
hello! do you still need help on this? I am a beginner (like, this would be my first time doing this)! Thank you. |
Hi! I am a first time contributor. Is there anything I can help with? |
hey -- I'm working on this and having a little trouble figuring out an Jinja error I did this ...
but now all the tests for the invite email (specifically the first two in
any ideas? |
Hi Andy, This seems related to Jinja not able to read the template. Is it possible that you also changed something else in this template ? You can get the diff with |
found a workaround! pull request is up. |
Currently, the invitation emails are directly encoded in templates, and aren't part of the translated strings.
We should change this :-)
The text was updated successfully, but these errors were encountered: