Change language

Changing the interface language is even easier than changing the theme

Traduction

[
    {
        "title": "Bill",
        "description": "Fill in the fields to send your invoice.",

        "required_type": "Payment type needed.",
        "required_reason": "Reason needed.",
        "required_amount": "Amount needed.",
        "required_method": "Payment method needed.",

        "payment_type": "Payment type",
        "personal": "Personal",
        "society": "Society",

        "payment_method": "Payment method",
        "bank": "Bank",
        "cash": "Cash",

        "reason" : "Invoice reason",
        "amount": "Invoice amount",

        "confirm": "Valid the invoice"
    }
]

Be careful not to change the keys but only their values, for example the title which is "Bill"

Last updated