aboutsummaryrefslogtreecommitdiff
path: root/budget/messages.pot
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-476/+0
* 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.
2017-03-19Remove unused archive feature0livd1-16/+0
The archive table is not removed from the database model because it would involve a tricky migration fixes #170
2013-10-13Fix translation for password tooltipA.Avenel1-3/+3
- Javascript don't like non-escaped character - fix typo
2013-05-09correct french translationA.Avenel1-115/+115
2013-04-07update french translationA.Avenel1-126/+167
2011-11-20Addition of an auto hiding user information message in the add user text ↵Tinmn1-84/+90
field (with translation).
2011-11-01Correct "payed" --> "paid" typo. Fix #60. See #48 for spelling mistakes and ↵Arnaud Bos1-2/+2
typos
2011-11-01Improvement of the sidebar look. Related to #34. Fix #52.Arnaud Bos1-35/+31
2011-10-20Last selected payer and translations. Fix #47.Arnaud Bos1-83/+82
- Last selected payer selected by default when creating a new bill - Fix some translation typos and modify a few labels
2011-10-18Bills can't be negative. Fix #45Alexis Metaireau1-0/+3
2011-10-15translate 'each' as wellAlexis Metaireau1-0/+2
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-0/+445
The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12