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,7 @@
{
"enter_item": "Enter item",
"enter_quantity": "Enter quantity",
"enter_unit": "Enter unit",
"enter_price": "Enter price",
"enter_tax": "Enter tax"
}