Changed example data

This commit is contained in:
Profitroll 2023-04-27 11:17:54 +02:00
parent b5bc826382
commit f8a841f90d
4 changed files with 1216 additions and 0 deletions

2
.gitignore vendored
View File

@ -153,6 +153,8 @@ cython_debug/
#.idea/
# Custom
config.json
data/*
!data/example.json

5
config_example.json Normal file
View File

@ -0,0 +1,5 @@
{
"languages": [
"example"
]
}

37
configs/example.json Normal file
View File

@ -0,0 +1,37 @@
{
"locale": "en_US",
"header": {
"formats": {
"date": "%#d. %B %Y",
"address": "{number} {street}, {city}, {zip}"
},
"placeholders": {
"birth_date_place": "{date} in {city} ({country})"
}
},
"jobs": {
"formats": {
"default": "%B %Y"
},
"placeholders": {
"single": "{start}",
"from_to": "{start} til {end}",
"ongoing": "{start} til now"
}
},
"education": {
"formats": {
"default": "%Y"
},
"placeholders": {
"single": "{start}",
"from_to": "{start} til {end}",
"ongoing": "{start} til now"
}
},
"footer": {
"placeholders": {
"signature": "{date}"
}
}
}

1172
data/example.json Normal file

File diff suppressed because it is too large Load Diff