Added defaults
This commit is contained in:
parent
a2f2d867d3
commit
0a68880978
5
config.json
Normal file
5
config.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"languages": [
|
||||
"de"
|
||||
]
|
||||
}
|
40
configs/de.json
Normal file
40
configs/de.json
Normal file
@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user