Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
91422686
Commit
91422686
authored
Jan 14, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6603 from edx/sarina/fix-i18n
Fix i18n from Destination team pages
parents
da9c30b2
e88c298a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lms/templates/verify_student/make_payment_step.underscore
+1
-1
lms/templates/verify_student/photo_verification.html
+5
-1
No files found.
lms/templates/verify_student/make_payment_step.underscore
View file @
91422686
...
...
@@ -35,7 +35,7 @@
<p>
<% if ( !upgrade ) { %>
<%- _.sprintf(
gettext( "Please confirm your contribution for this course (min.
$
%(minPrice)s %(currency)s)" ),
gettext( "Please confirm your contribution for this course (min. %(minPrice)s %(currency)s)" ),
{ minPrice: minPrice, currency: currency }
) %>
<% } %>
...
...
lms/templates/verify_student/photo_verification.html
View file @
91422686
...
...
@@ -394,7 +394,11 @@
<h4
class=
"title"
>
${_("Check Your Contribution Level")}
</h4>
<div
class=
"copy"
>
<p>
${_("Please confirm your contribution for this course (min. $")} ${min_price}
<span
class=
"denomination-name"
>
${currency}
</span>
${_("):")}
</p>
## Translators: The last part of this string will appear such as: "(min. 50 USD)"
<p>
${_("Please confirm your contribution for this course (min. {min_price} {currency}):").format(
min_price=min_price,
currency=u"
<span
class=
'denomination-name'
>
{}
</span>
".format(currency)
)}
</p>
</div>
<
%
include
file=
"/course_modes/_contribution.html"
args=
"suggested_prices=suggested_prices, currency=currency, chosen_price=chosen_price, min_price=min_price"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment