locale: update locales

This commit is contained in:
Herculino Trotta
2025-02-19 13:48:54 -03:00
parent ad3230fd83
commit ceefe7075f
5 changed files with 754 additions and 559 deletions

View File

@@ -53,7 +53,7 @@ class ExportForm(forms.Form):
installment_plans = forms.BooleanField(
required=False,
widget=forms.CheckboxInput(),
label=_("Installment Planss"),
label=_("Installment Plans"),
initial=True,
)
exchange_rates = forms.BooleanField(