Use i18n-http-backend to load translatiosn from json files.

This commit is contained in:
Karel Vendla
2021-04-19 17:07:46 +03:00
parent f9faf31c0d
commit 26b247a638
18 changed files with 79 additions and 41 deletions

View File

@ -1,6 +0,0 @@
{
"invoices": {
"title": "Invoices",
"new_invoice": "New invoice"
}
}

View File

@ -0,0 +1,7 @@
{
"enter_item": "Enter item",
"enter_quantity": "Enter quantity",
"enter_unit": "Enter unit",
"enter_price": "Enter price",
"enter_tax": "Enter tax"
}

View File

@ -0,0 +1,7 @@
{
"item": "Item",
"quantity": "Quantity",
"unit": "Unit",
"price": "Price",
"sum": "Sum"
}

View File

@ -0,0 +1,5 @@
{
"subtotal": "Subtotal",
"total": "Total",
"add_currency": "Add currency"
}

View File

@ -0,0 +1,7 @@
{
"invoice_number": "No.",
"client": "Client",
"issued_at": "Issued at",
"total": "Total",
"status": "Status"
}

View File

@ -0,0 +1,6 @@
{
"title": "Invoices",
"new_invoice": "New invoice",
"export": "Export",
"import": "Import"
}

View File

@ -1,6 +0,0 @@
{
"invoices": {
"title": "Arved",
"new_invoice": "Uus arve"
}
}

View File

@ -0,0 +1,4 @@
{
"title": "Arved",
"new_invoice": "Uus arve"
}