diff --git a/config.json b/config.json new file mode 100644 index 0000000..dda9621 --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "languages": [ + "de" + ] +} \ No newline at end of file diff --git a/configs/de.json b/configs/de.json new file mode 100644 index 0000000..b4f98f3 --- /dev/null +++ b/configs/de.json @@ -0,0 +1,40 @@ +{ + "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