#144 [es] config routes, api examples
This commit is contained in:
parent
c6a5416f0b
commit
65c77c5610
|
@ -32,13 +32,13 @@ pronunciation:
|
||||||
|
|
||||||
sources:
|
sources:
|
||||||
enabled: true
|
enabled: true
|
||||||
route: 'sources'
|
route: 'fuentes'
|
||||||
submit: true
|
submit: true
|
||||||
mergePronouns: {}
|
mergePronouns: {}
|
||||||
|
|
||||||
nouns:
|
nouns:
|
||||||
enabled: true
|
enabled: true
|
||||||
route: 'dictionary'
|
route: 'diccionario'
|
||||||
collapsable: false
|
collapsable: false
|
||||||
plurals: false
|
plurals: false
|
||||||
pluralsRequired: false
|
pluralsRequired: false
|
||||||
|
@ -61,11 +61,11 @@ english:
|
||||||
|
|
||||||
faq:
|
faq:
|
||||||
enabled: true
|
enabled: true
|
||||||
route: 'faq'
|
route: 'preguntas'
|
||||||
|
|
||||||
links:
|
links:
|
||||||
enabled: true
|
enabled: true
|
||||||
route: 'links'
|
route: 'enlaces'
|
||||||
blogRoute: 'blog'
|
blogRoute: 'blog'
|
||||||
links: []
|
links: []
|
||||||
media: []
|
media: []
|
||||||
|
@ -79,7 +79,7 @@ links:
|
||||||
|
|
||||||
contact:
|
contact:
|
||||||
enabled: true
|
enabled: true
|
||||||
route: 'contact'
|
route: 'contacto'
|
||||||
contacts:
|
contacts:
|
||||||
-
|
-
|
||||||
icon: 'envelope'
|
icon: 'envelope'
|
||||||
|
@ -100,8 +100,6 @@ contact:
|
||||||
mail: 'andrea@avris.it'
|
mail: 'andrea@avris.it'
|
||||||
areas:
|
areas:
|
||||||
code: 'https://gitlab.com/Avris/Zaimki'
|
code: 'https://gitlab.com/Avris/Zaimki'
|
||||||
language: ~
|
|
||||||
faq: '/faq'
|
|
||||||
-
|
-
|
||||||
name: 'Paweł Dembowski'
|
name: 'Paweł Dembowski'
|
||||||
profile: 'Ausir'
|
profile: 'Ausir'
|
||||||
|
@ -111,7 +109,7 @@ contact:
|
||||||
mail: 'pawel.dembowski@gmail.com'
|
mail: 'pawel.dembowski@gmail.com'
|
||||||
areas:
|
areas:
|
||||||
idioma: ~
|
idioma: ~
|
||||||
fuentes: '/sources'
|
fuentes: '/fuentes'
|
||||||
-
|
-
|
||||||
name: 'Dante'
|
name: 'Dante'
|
||||||
profile: 'AkerAdardun'
|
profile: 'AkerAdardun'
|
||||||
|
@ -137,8 +135,8 @@ support:
|
||||||
|
|
||||||
user:
|
user:
|
||||||
enabled: true
|
enabled: true
|
||||||
route: 'account'
|
route: 'cuenta'
|
||||||
termsRoute: 'terms'
|
termsRoute: 'terinos'
|
||||||
|
|
||||||
profile:
|
profile:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -160,11 +158,11 @@ api:
|
||||||
examples:
|
examples:
|
||||||
pronouns_all: ['/api/pronouns']
|
pronouns_all: ['/api/pronouns']
|
||||||
pronouns_one:
|
pronouns_one:
|
||||||
- '/api/pronouns/she/her'
|
- '/api/pronouns/ella'
|
||||||
- '/api/pronouns/she/her?examples[]=Did%20you%20ask%20%7Bpronoun_object%7D%20to%20join%20us%3F'
|
- '/api/pronouns/ella?examples[]=Creo%20que%20%7Bpronoun%7D%20es%20muy%20querid%7Binflection%7D.'
|
||||||
|
|
||||||
sources_all: ['/api/sources']
|
sources_all: ['/api/sources']
|
||||||
sources_one: ['/api/sources/01ERQRCV0XGVJ3T07MV9F6XQ83']
|
sources_one: ['/api/sources/01ET491ME8DPKNN1SV3NBK6KEA']
|
||||||
|
|
||||||
nouns_all: ['/api/nouns']
|
nouns_all: ['/api/nouns']
|
||||||
nouns_search: ['/api/nouns/search/person']
|
nouns_search: ['/api/nouns/search/esposa']
|
||||||
|
|
Reference in New Issue