Skip to content

Commit

Permalink
Fix fuzzy translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jul 26, 2023
1 parent 16bd8c1 commit 435dc33
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
1.7.3 (unreleased)
------------------

- Nothing changed yet.
- Fix fuzzy translation.
[cekk]


1.7.2 (2023-07-26)
Expand Down
1 change: 0 additions & 1 deletion src/redturtle/prenotazioni/browser/prenotazione_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def updateWidgets(self):
)
required_fields_vocabulary = required_fields_factory(self.context)
possibly_required_fields = [x.token for x in required_fields_vocabulary._terms]

for f in self.widgets.values():
# If you have a field required by schema, when you fill the field
# and then empty it you have a red alert without submit the form.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from plone.app.contenttypes.content import Folder
from plone.app.contenttypes.interfaces import IFolder
from zope.interface import implementer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ msgstr "La tua prenotazione è stata rifiutata"

#. Default: "Your booking has to be confirmed by the administrators."
#: redturtle/prenotazioni/browser/prenotazione_print.py:24
#, fuzzy
msgid "confirm_booking_waiting_message"
msgstr "La tua prenotazione deve essere confermata dagli amministratori"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from plone.restapi.interfaces import ISerializeToJson
from redturtle.prenotazioni.adapters.slot import ISlot
from zope.component import adapter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from plone import api
from plone.restapi.interfaces import ISerializeToJson
from plone.restapi.services import Service
Expand Down

0 comments on commit 435dc33

Please sign in to comment.