GetTogetherComm / GetTogether

Event manager for local community events
https://gettogether.community
BSD 2-Clause "Simplified" License
472 stars 89 forks source link

Add strings for translation #275

Closed urbalazs closed 4 years ago

urbalazs commented 4 years ago

Hello @mhall119

I tried to solve all translation issue with this PR as you mentioned in https://github.com/GetTogetherComm/GetTogether/issues/271

Please review it and fix, if needed. Can you update the language files (*.po) after merging this? There are some new string from translation with this PR and with my previous one. Thanks!

ghost commented 4 years ago

Congratulations :beers:. DeepCode analyzed your code in 0.207 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.

:speech_balloon: This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


:relaxed: If you want to provide feedback on our bot, here is how to contact us.

thiagoferreiraw commented 4 years ago

@urbalazs , also, since you changed some models files, you'll need to run the command python manage.py makemigrations and commit the generated files.

urbalazs commented 4 years ago

@thiagoferreiraw I fixed the missing comma with forced push. About the file generation: I have no developer environment set, I just changed the source with a basic text editor. Can I ask you (or someone else) to run the command python manage.py makemigrations and commit the generated files? Thanks!