-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ecommerce): add js force translations
Add JS force translations for ecommerce.
- Loading branch information
Showing
8 changed files
with
100 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-18 11:09+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#. Translators: Original on ecommerce/static/templates/_offer_course_list.html | ||
#: templates/force_translations.js:2 | ||
msgid "Enroll Now" | ||
msgstr "" | ||
|
||
#. Translators: Original on ecommerce/static/js/views/offer_view.js | ||
#: templates/force_translations.js:5 | ||
#, javascript-format | ||
msgid "Course starts: %s" | ||
msgstr "" | ||
|
||
#. Translators: Original on ecommerce/static/js/views/offer_view.js | ||
#: templates/force_translations.js:8 | ||
#, javascript-format | ||
msgid "Discount valid until %s" | ||
msgstr "" | ||
|
||
#. Translators: Original on: ecommerce/static/templates/_offer_course_list.html | ||
#: templates/force_translations.js:11 | ||
msgid "off" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-18 11:09+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#. Translators: Original on ecommerce/static/templates/_offer_course_list.html | ||
#: templates/force_translations.js:2 | ||
msgid "Enroll Now" | ||
msgstr "Inscreva-se agora" | ||
|
||
#. Translators: Original on ecommerce/static/js/views/offer_view.js | ||
#: templates/force_translations.js:5 | ||
#, javascript-format | ||
msgid "Course starts: %s" | ||
msgstr "Início do curso: %s" | ||
|
||
#. Translators: Original on ecommerce/static/js/views/offer_view.js | ||
#: templates/force_translations.js:8 | ||
#, javascript-format | ||
msgid "Discount valid until %s" | ||
msgstr "Desconto válido até %s" | ||
|
||
#. Translators: Original on: ecommerce/static/templates/_offer_course_list.html | ||
#: templates/force_translations.js:11 | ||
msgid "off" | ||
msgstr "menos" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Translators: Original on ecommerce/static/templates/_offer_course_list.html | ||
gettext("Enroll Now") | ||
|
||
// Translators: Original on ecommerce/static/js/views/offer_view.js | ||
gettext("Course starts: %s") | ||
|
||
// Translators: Original on ecommerce/static/js/views/offer_view.js | ||
gettext("Discount valid until %s") | ||
|
||
// Translators: Original on: ecommerce/static/templates/_offer_course_list.html | ||
gettext('off') |