Skip to content

Commit

Permalink
feat: add force translations html to ecommerce
Browse files Browse the repository at this point in the history
Add a force_translations.html to ecommerce
  • Loading branch information
igobranco committed Nov 28, 2023
1 parent 31b432e commit 652bbcd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ecommerce/nau/conf/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-08 16:08+0000\n"
"POT-Creation-Date: 2023-11-28 22:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -17,6 +17,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: templates/force_translations.html:3
msgid "Price (in EUR)"
msgstr ""

#: templates/oscar/basket/partials/hosted_checkout_basket.html:23
msgid "Earn a valuable certificate to showcase the skills you learn in"
msgstr ""
Expand Down
6 changes: 5 additions & 1 deletion ecommerce/nau/conf/locale/pt_PT/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-08 16:08+0000\n"
"POT-Creation-Date: 2023-11-28 22:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -17,6 +17,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: templates/force_translations.html:3
msgid "Price (in EUR)"
msgstr "Preço (em EUROS)"

#: templates/oscar/basket/partials/hosted_checkout_basket.html:23
msgid "Earn a valuable certificate to showcase the skills you learn in"
msgstr ""
Expand Down
3 changes: 3 additions & 0 deletions ecommerce/nau/templates/force_translations.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% load i18n %}
## Translators: This is a NAU custom change on fccn fork of ecommerce.
{% trans 'Price (in EUR)' %}

0 comments on commit 652bbcd

Please sign in to comment.