mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-03 10:13:17 -05:00
Use i18n-http-backend to load translatiosn from json files.
This commit is contained in:
7
public/locales/en/invoice-row.json
Normal file
7
public/locales/en/invoice-row.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user