Changed example data
This commit is contained in:
parent
b5bc826382
commit
f8a841f90d
2
.gitignore
vendored
2
.gitignore
vendored
@ -153,6 +153,8 @@ cython_debug/
|
|||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
|
config.json
|
||||||
|
|
||||||
data/*
|
data/*
|
||||||
!data/example.json
|
!data/example.json
|
||||||
|
|
||||||
|
5
config_example.json
Normal file
5
config_example.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"languages": [
|
||||||
|
"example"
|
||||||
|
]
|
||||||
|
}
|
37
configs/example.json
Normal file
37
configs/example.json
Normal 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
1172
data/example.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user