mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-01 10:21:08 -04:00
CustomizationsModal.vue - add a way for users to customize css of their invoices and store it per team,
fix print styles for invoices, add keys to translations with default English values
This commit is contained in:
5
public/locales/en/customizations-modal.json
Normal file
5
public/locales/en/customizations-modal.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "Customize your invoices",
|
||||
"textarea_label": "Insert your custom CSS",
|
||||
"updated": "Updated"
|
||||
}
|
||||
@ -1,9 +1,10 @@
|
||||
{
|
||||
"back": "Back",
|
||||
"book": "Book",
|
||||
"density": "Density",
|
||||
"design_and_layout": "Design & layout",
|
||||
"compact": "Compact",
|
||||
"comfortable": "Comfortable",
|
||||
"customize": "Customize",
|
||||
"download_pdf": "Download PDF",
|
||||
"delete": "Delete",
|
||||
"delete_modal": {
|
||||
|
||||
Reference in New Issue
Block a user