diff --git a/configs/de.json b/configs/de.json deleted file mode 100644 index b4f98f3..0000000 --- a/configs/de.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "locale": "de_DE", - "header": { - "formats": { - "date": "%#d. %B %Y", - "address": "{street} {number}, {zip} {city}" - }, - "placeholders": { - "birth_date_place": "{date} in {city} ({country})" - } - }, - "jobs": { - "formats": { - "default": "%B %Y" - }, - "placeholders": { - "single": "{start}", - "from_to": "{start} bis {end}", - "ongoing": "{start} bis Heute" - } - }, - "education": { - "formats": { - "default": "%Y" - }, - "placeholders": { - "single": "{start}", - "from_to": "{start} bis {end}", - "ongoing": "{start} bis Heute" - } - }, - "footer": { - "formats": { - "date": "%d.%m.%Y" - }, - "placeholders": { - "signature": "{city} den {date}" - } - } -} \ No newline at end of file