Refs #131 -- Basic implementation of invoicing

This commit is contained in:
Raphael Michel
2016-03-13 16:05:31 +01:00
parent 0f054416fc
commit 5ab78b4576
21 changed files with 1489 additions and 374 deletions
+2 -2
View File
@@ -204,11 +204,11 @@ LOCALE_PATHS = (
os.path.join(os.path.dirname(__file__), 'locale'),
)
LANGUAGES = (
LANGUAGES = [
('en', _('English')),
('de', _('German')),
('de-informal', _('German (informal)')),
)
]
EXTRA_LANG_INFO = {
'de-informal': {