aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/messages.pot
AgeCommit message (Collapse)AuthorFilesLines
2020-05-30update translations (#641)Glandos1-14/+14
2020-05-30Rename see to show (#638)Glandos1-1/+1
2020-05-21Improve error handling when sending emails (#595)zorun1-1/+18
In one case, we were not catching a family of possible exceptions (socket.error), and in the two other cases there was no error handling at all. Sending emails can easily fail if no email server is configured, so it is really necessary to handle these errors instead of crashing with a HTTP 500 error. Refactor email sending code and add proper error handling. Show alert messages that tell the user if an email was sent or if there was an error. When sending a password reminder email or inviting people by email, we don't proceed to the next step in case of error, because sending emails is the whole point of these actions.
2020-05-09Update i18n (#617)Glandos1-4/+25
2020-04-25Fix last history string.Rémy HUBSCHER1-4/+1
2020-04-25Fix history translations. (#580)Rémy HUBSCHER1-22/+16
2020-04-25Fix translations (#575)zorun1-2/+2
* Fix user-facing string and update translation catalog In the flash message confirming member creation, change "member had been added" into the correct form "member has been added". No translation has been changed. Some translators seem to have already spotted the mistake while translating, but I can't tell for all languages. * Change "Person" to "Participant" in history view Currently, the main user-facing term is "Participant", as seen for instance in the "Add participant" form. "Person" is not used anywhere in the interface. See #302 for a more general discussion on choosing the right terminology. * Fix obsolete translations. Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org> Co-authored-by: Rémy HUBSCHER <hubscher.remy@gmail.com>
2020-04-21update i18n (#562)Glandos1-10/+232
2019-10-03Add new translationsLeo Mouyna1-0/+9
2019-09-30Add more human "for who?" description.Adrien CLERC1-0/+7
The limit for displaying "Everyone but …" instead of the ower's list is completely empirical.
2019-09-18Update translations to publish new point release.Alexis M1-3/+8
2019-09-06Update translationsAlexis M1-39/+81
2019-07-26Improve already project exists messageBrice Maron1-9/+8
2019-01-03Do not allow negative weights on users (Fixes #362) (#366)Alexis Metaireau1-0/+3
2019-01-03Provide basic math operations on bills (#413)Byron Ullauri1-0/+8
* allow basic math ops in amount field for bills form * docs: changing compile-translations to build-translations
2018-09-03Add a handler when pages aren't found. (#379)Alexis Metaireau1-0/+6
Fixes #356
2018-08-05Enhance translation tooling (#360)JocelynDelalande1-154/+0
* Add a `make update-translations` command To collect new strings to be translated from code. Totally cheated on @Glandos commands :-) Ref #336 Ref https://github.com/spiral-project/ihatemoney/issues/336#issue-322069517 * Document translation process Fix #336 * Drop noisy location comments from .po files Fix #339 * Drop .pot header As it serves no purpose with our translation workflow. .po header could be removed also, but pybabel has no option for that. Ref #339
2018-05-15new extraction with pybabelAdrien CLERC1-136/+238
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+476
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.