mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-28 10:29:27 +02:00
locale: improve and fix translations
This commit is contained in:
@@ -10,8 +10,8 @@ from apps.currencies.models import Currency
|
||||
|
||||
|
||||
class CurrencyForm(forms.ModelForm):
|
||||
prefix = CharField(strip=False, required=False)
|
||||
suffix = CharField(strip=False, required=False)
|
||||
prefix = CharField(strip=False, required=False, label=_("Prefix"))
|
||||
suffix = CharField(strip=False, required=False, label=_("Suffix"))
|
||||
|
||||
class Meta:
|
||||
model = Currency
|
||||
|
||||
Reference in New Issue
Block a user