Skip to content

Commit

Permalink
update it trasnlations
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-bellenghi committed Dec 4, 2024
1 parent 64a7d16 commit 89f7326
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 204 deletions.
3 changes: 2 additions & 1 deletion docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
1.4.7 (unreleased)
------------------

- Nothing changed yet.
- Update it translations
[lucabel]


1.4.6 (2024-09-09)
Expand Down
3 changes: 2 additions & 1 deletion redturtle/bandi/browser/controlpanel.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# -*- coding: utf-8 -*-
from plone.app.registry.browser import controlpanel
from redturtle.bandi.interfaces.settings import IBandoSettings
from redturtle.bandi import bandiMessageFactory as _


class BandiSettingsForm(controlpanel.RegistryEditForm):
schema = IBandoSettings
id = 'BandiSettingsForm'
label = u"Impostazioni per i bandi"
label = _("bandi_settings_label", default="Impostazioni per i bandi")


class BandiControlPanel(controlpanel.ControlPanelFormWrapper):
Expand Down
Loading

0 comments on commit 89f7326

Please sign in to comment.