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
03d20e09
Commit
03d20e09
authored
Jan 09, 2015
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6537 from edx/translate-brands
Translate link titles
parents
3b9001fc
a6f3edca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
lms/templates/footer-edx-new.html
+15
-5
No files found.
lms/templates/footer-edx-new.html
View file @
03d20e09
...
...
@@ -59,23 +59,33 @@
<h2
class=
"footer-follow-title"
>
${_("Follow Us")}
</h2>
<div
class=
"footer-follow-links"
>
<a
href=
"${settings.PLATFORM_TWITTER_URL}"
title=
"Twitter"
>
## Translators: This is the website name of www.twitter.com. Please
## translate this the way that Twitter advertises in your language.
<a
href=
"${settings.PLATFORM_TWITTER_URL}"
title=
"${_("
Twitter
")}"
>
<i
class=
"icon fa fa-twitter element-invisible"
></i>
<span
class=
"copy"
>
${_("Twitter")}
</span>
</a>
<a
href=
"${settings.PLATFORM_FACEBOOK_ACCOUNT}"
title=
"Facebook"
>
## Translators: This is the website name of www.facebook.com. Please
## translate this the way that Facebook advertises in your language.
<a
href=
"${settings.PLATFORM_FACEBOOK_ACCOUNT}"
title=
"${_("
Facebook
")}"
>
<i
class=
"icon fa fa-facebook element-invisible"
></i>
<span
class=
"copy"
>
${_("Facebook")}
</span>
</a>
<a
href=
"${settings.PLATFORM_MEETUP_URL}"
title=
"Meetup"
>
## Translators: This is the website name of www.meetup.com. Please
## translate this the way that Meetup advertises in your language.
<a
href=
"${settings.PLATFORM_MEETUP_URL}"
title=
"${_("
Meetup
")}"
>
<i
class=
"icon fa fa-calendar element-invisible"
></i>
<span
class=
"copy"
>
${_("Meetup")}
</span>
</a>
<a
href=
"${settings.PLATFORM_LINKEDIN_URL}"
title=
"LinkedIn"
>
## Translators: This is the website name of www.linked.com. Please
## translate this the way that LinkedIn advertises in your language.
<a
href=
"${settings.PLATFORM_LINKEDIN_URL}"
title=
"${_("
LinkedIn
")}"
>
<i
class=
"icon fa fa-linkedin element-invisible"
></i>
<span
class=
"copy"
>
${_("LinkedIn")}
</span>
</a>
<a
href=
"${settings.PLATFORM_GOOGLE_PLUS_URL}"
title=
"Google+"
>
## Translators: This is the website name of plus.google.com. Please
## translate this the way that Google+ advertises in your language.
<a
href=
"${settings.PLATFORM_GOOGLE_PLUS_URL}"
title=
"${_("
Google
+")}"
>
<i
class=
"icon fa fa-google-plus element-invisible"
></i>
<span
class=
"copy"
>
${_("Google+")}
</span>
</a>
...
...
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