Fix the age of touristic tax

It is for people aged 17 or olded, not 16.  I was confused by the
expression “over 16”, that **seems** to mean 17 or older, but actually
includes people aged 16, too.
This commit is contained in:
jordi fita mas 2024-01-18 15:27:46 +01:00
parent 0431532ad5
commit c484e9bbfc
4 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: camper\n" "Project-Id-Version: camper\n"
"Report-Msgid-Bugs-To: jordi@tandem.blog\n" "Report-Msgid-Bugs-To: jordi@tandem.blog\n"
"POT-Creation-Date: 2024-01-17 20:25+0100\n" "POT-Creation-Date: 2024-01-18 15:25+0100\n"
"PO-Revision-Date: 2023-07-22 23:45+0200\n" "PO-Revision-Date: 2023-07-22 23:45+0200\n"
"Last-Translator: jordi fita mas <jordi@tandem.blog>\n" "Last-Translator: jordi fita mas <jordi@tandem.blog>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"
@ -156,8 +156,8 @@ msgid "10 % VAT included."
msgstr "IVA del 10 % inclòs." msgstr "IVA del 10 % inclòs."
#: web/templates/public/campsite/type.gohtml:100 #: web/templates/public/campsite/type.gohtml:100
msgid "Tourist tax: %s per person aged 16 or over." msgid "Tourist tax: %s/night per person aged 17 or older."
msgstr "Impost turístic: %s per persona de 16 anys o més." msgstr "Impost turístic: %s/nit per persona major de 16 anys."
#: web/templates/public/campsite/type.gohtml:102 #: web/templates/public/campsite/type.gohtml:102
msgid "Dogs: %s/night, tied, accompanied, and minimal barking." msgid "Dogs: %s/night, tied, accompanied, and minimal barking."

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: camper\n" "Project-Id-Version: camper\n"
"Report-Msgid-Bugs-To: jordi@tandem.blog\n" "Report-Msgid-Bugs-To: jordi@tandem.blog\n"
"POT-Creation-Date: 2024-01-17 20:25+0100\n" "POT-Creation-Date: 2024-01-18 15:25+0100\n"
"PO-Revision-Date: 2023-07-22 23:46+0200\n" "PO-Revision-Date: 2023-07-22 23:46+0200\n"
"Last-Translator: jordi fita mas <jordi@tandem.blog>\n" "Last-Translator: jordi fita mas <jordi@tandem.blog>\n"
"Language-Team: Spanish <es@tp.org.es>\n" "Language-Team: Spanish <es@tp.org.es>\n"
@ -156,8 +156,8 @@ msgid "10 % VAT included."
msgstr "IVA del 10 % incluido." msgstr "IVA del 10 % incluido."
#: web/templates/public/campsite/type.gohtml:100 #: web/templates/public/campsite/type.gohtml:100
msgid "Tourist tax: %s per person aged 16 or over." msgid "Tourist tax: %s/night per person aged 17 or older."
msgstr "Impuesto turístico: %s por persona de 16 años en adelante." msgstr "Impuesto turístico: %s/noche por persona mayor de de 16 años."
#: web/templates/public/campsite/type.gohtml:102 #: web/templates/public/campsite/type.gohtml:102
msgid "Dogs: %s/night, tied, accompanied, and minimal barking." msgid "Dogs: %s/night, tied, accompanied, and minimal barking."

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: camper\n" "Project-Id-Version: camper\n"
"Report-Msgid-Bugs-To: jordi@tandem.blog\n" "Report-Msgid-Bugs-To: jordi@tandem.blog\n"
"POT-Creation-Date: 2024-01-17 20:25+0100\n" "POT-Creation-Date: 2024-01-18 15:25+0100\n"
"PO-Revision-Date: 2023-12-20 10:13+0100\n" "PO-Revision-Date: 2023-12-20 10:13+0100\n"
"Last-Translator: Oriol Carbonell <info@oriolcarbonell.cat>\n" "Last-Translator: Oriol Carbonell <info@oriolcarbonell.cat>\n"
"Language-Team: French <traduc@traduc.org>\n" "Language-Team: French <traduc@traduc.org>\n"
@ -157,8 +157,8 @@ msgid "10 % VAT included."
msgstr "10 % TVA incluse." msgstr "10 % TVA incluse."
#: web/templates/public/campsite/type.gohtml:100 #: web/templates/public/campsite/type.gohtml:100
msgid "Tourist tax: %s per person aged 16 or over." msgid "Tourist tax: %s/night per person aged 17 or older."
msgstr "Taxe touristique: %s par personne de 16 ans ou plus." msgstr "Taxe touristique: %s/nuit par personne de plus de 16 ans."
#: web/templates/public/campsite/type.gohtml:102 #: web/templates/public/campsite/type.gohtml:102
msgid "Dogs: %s/night, tied, accompanied, and minimal barking." msgid "Dogs: %s/night, tied, accompanied, and minimal barking."

View File

@ -97,7 +97,7 @@
{{- end }} {{- end }}
</dl> </dl>
<p>{{( gettext "10 % VAT included." )}}</p> <p>{{( gettext "10 % VAT included." )}}</p>
<p>{{printf (gettext "Tourist tax: %s per person aged 16 or over.") (formatPrice $.TouristTax)}}</p> <p>{{printf (gettext "Tourist tax: %s/night per person aged 17 or older.") (formatPrice $.TouristTax)}}</p>
{{ if $.DogsAllowed -}} {{ if $.DogsAllowed -}}
<p class="pets_warning icon_pet">{{printf (gettext "Dogs: %s/night, tied, accompanied, and minimal barking.") (formatPrice $.DogsPrice)}}</p> <p class="pets_warning icon_pet">{{printf (gettext "Dogs: %s/night, tied, accompanied, and minimal barking.") (formatPrice $.DogsPrice)}}</p>
{{- else -}} {{- else -}}