Merge remote-tracking branch 'origin/main' into main

# Conflicts:
#	src/main.js
This commit is contained in:
HenriT
2021-04-19 14:46:13 +03:00
12 changed files with 182 additions and 8 deletions

6
public/locales/en.json Normal file
View File

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

6
public/locales/est.json Normal file
View File

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