updaye: add locales + icon invoice
This commit is contained in:
parent
f1cf8b41fd
commit
d1ff6364fd
@ -450,9 +450,6 @@ Module declaration, on `config.json`:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Where:
|
|
||||||
|
|
||||||
* `xmpp` is your [Prosody](https://prosody.im/) with [appropriate modules](https://git.startinblox.com/infra/prosody-modules/) configured on.
|
|
||||||
|
|
||||||
### Job Offers
|
### Job Offers
|
||||||
|
|
||||||
|
@ -36,6 +36,10 @@ if componentSet.has("events")
|
|||||||
if componentSet.has("events") || componentSet.has("polls") || componentSet.has("resources")
|
if componentSet.has("events") || componentSet.has("polls") || componentSet.has("resources")
|
||||||
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.10" defer)
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.10" defer)
|
||||||
|
|
||||||
|
if componentSet.has("invoices")
|
||||||
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.2" defer)
|
||||||
|
//- script(type="module" src="/lib/solid-invoicing/solid-invoicing.js" defer)
|
||||||
|
|
||||||
if componentSet.has("jobBoard")
|
if componentSet.has("jobBoard")
|
||||||
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-job-board@5.0" defer)
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-job-board@5.0" defer)
|
||||||
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
||||||
|
@ -192,7 +192,8 @@
|
|||||||
"buttonMobile": "MENU",
|
"buttonMobile": "MENU",
|
||||||
"fold": "Fold the menu",
|
"fold": "Fold the menu",
|
||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"information": "Information"
|
"information": "Information",
|
||||||
|
"invoices": "Invoices"
|
||||||
},
|
},
|
||||||
"create": {
|
"create": {
|
||||||
"backlink": "Back",
|
"backlink": "Back",
|
||||||
|
@ -192,7 +192,8 @@
|
|||||||
"buttonMobile": "MENÚ",
|
"buttonMobile": "MENÚ",
|
||||||
"fold": "Contraer el menú",
|
"fold": "Contraer el menú",
|
||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"information": "Información"
|
"information": "Información",
|
||||||
|
"invoices": "Facturas"
|
||||||
},
|
},
|
||||||
"create": {
|
"create": {
|
||||||
"backlink": "Atrás",
|
"backlink": "Atrás",
|
||||||
|
@ -190,7 +190,8 @@
|
|||||||
"buttonMobile": "MENU",
|
"buttonMobile": "MENU",
|
||||||
"fold": "Replier le menu",
|
"fold": "Replier le menu",
|
||||||
"chat": "Chat",
|
"chat": "Chat",
|
||||||
"information": "Information"
|
"information": "Information",
|
||||||
|
"invoices": "Facturation"
|
||||||
},
|
},
|
||||||
"create": {
|
"create": {
|
||||||
"backlink": "Retour",
|
"backlink": "Retour",
|
||||||
|
@ -54,5 +54,5 @@ nav.jsRightMenu.text-disable-selection.sidebar.whitespace-normal(role='navigatio
|
|||||||
if extension.type == 'invoices'
|
if extension.type == 'invoices'
|
||||||
solid-route.segment.full(name=`${extension.route}-invoices` use-id)
|
solid-route.segment.full(name=`${extension.route}-invoices` use-id)
|
||||||
li.segment.full.padding-medium
|
li.segment.full.padding-medium
|
||||||
span.icon.ci-list.icon-xlarge.margin-right-medium
|
span.icon.ci-receipt.icon-xlarge.margin-right-medium
|
||||||
a(data-trans='circle.menuRight.invoices')
|
a(data-trans='project.menuRight.invoices')
|
||||||
|
Loading…
Reference in New Issue
Block a user