Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions my_compassion/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -4016,10 +4016,15 @@ msgstr "Titel der Aussage, sichtbar auf der Webseite des Fonds/Geschenks"
#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.DonationFormComponent
#: model_terms:ir.ui.view,arch_db:my_compassion.DonationItemComponent
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_child_letters_page
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_new_letter_page
msgid "For"
msgstr "Für"

#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_child_letters_page
msgid "To"
msgstr "An"
msgstr "Bis"
Comment thread
Danielgergely marked this conversation as resolved.


#. module: my_compassion
#: model:ir.model.fields,field_description:my_compassion.field_recurring_contract_group__total_amount
Expand Down
6 changes: 5 additions & 1 deletion my_compassion/i18n/fr_CH.po
Original file line number Diff line number Diff line change
Expand Up @@ -3971,8 +3971,12 @@ msgstr "Titre du témoignage visible sur la page web du fonds/don"
#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.DonationFormComponent
#: model_terms:ir.ui.view,arch_db:my_compassion.DonationItemComponent
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_child_letters_page
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_new_letter_page
msgid "For"
msgstr "Pour"

#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_child_letters_page
msgid "To"
msgstr "À"

Expand Down
6 changes: 5 additions & 1 deletion my_compassion/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -4035,8 +4035,12 @@ msgstr ""
#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.DonationFormComponent
#: model_terms:ir.ui.view,arch_db:my_compassion.DonationItemComponent
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_child_letters_page
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_new_letter_page
msgid "For"
msgstr "Per"

#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_child_letters_page
msgid "To"
msgstr "A"

Expand Down
2 changes: 1 addition & 1 deletion my_compassion/templates/components/my2_donation_form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<!-- TO -->
<t t-if="product.my_compassion_donation_type == 'gift'" t-call="theme_compassion_2025.FormFieldComponent">
<t t-set="top_class" t-value="'mt-3 w-100'" />
<t t-set="label">To</t>
<t t-set="label">For</t>
<t t-set="input_id" t-value="'recipient'" />
<t t-set="invalid_hint">Please select a recipient.</t>
<t t-call="theme_compassion_2025.SelectComponent">
Expand Down
2 changes: 1 addition & 1 deletion my_compassion/templates/components/my2_donation_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<t t-esc="name" />
</div>
<div t-if="recipient" t-attf-class="text-#{recipient_color} body-small bold">
To
For
<t t-esc="recipient" />
</div>
<div t-if="subtext" t-attf-class="text-#{subtext_color} body-small bold">
Expand Down
2 changes: 1 addition & 1 deletion my_compassion/templates/pages/my2_new_letter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="row align-items-center mb-3">
<div class="col-7">
<div class="form-group">
<label class="text-core-blue" for="child-dropdown">To</label>
<label class="text-core-blue" for="child-dropdown">For</label>
<t t-call="theme_compassion_2025.SelectComponent">
<t t-set="id" t-value="'child-dropdown'" />
<!-- Loop through children_sponsored_by_partner -->
Expand Down
Loading