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

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