Skip to content

Commit fe7ccf3

Browse files
committed
page for lead translators
1 parent efa5204 commit fe7ccf3

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

pegasus/sites.v3/code.org/public/translate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Translate Code.org
3-
rightbar: blank
3+
nav: translate_nav
44
---
55

66
# Help us translate Code.org
@@ -44,7 +44,7 @@ The process for translating video captions is as follows:
4444
Note, that when you click "Publish to YouTube" it will give you an error message because you don't have access to do so. This is OK. It will not actually publish it to YouTube, but it will still send me the e-mail notifying me that you're done.
4545

4646
## Be a Lead Translator
47-
If you'd like to be a lead translator, please e-mail translations@code.org with your name, language, and credentials. A lead translator will be the first point of contact when we need something translated immediately. We will ask that you translate regularly, as we update the site constantly. The commitment is about 5-10 hours per week. As a thank you for your dedication, we will feature Lead Translators on the site.
47+
If you'd like to be a lead translator, please e-mail translations@code.org with your name, language, and credentials. A lead translator will be the first point of contact when we need something translated immediately. We will ask that you translate regularly, as we update the site constantly. The commitment is about 5-10 hours per week. As a thank you for your dedication, we feature [Lead Translators](/translators).
4848

4949

5050
## How to Use CrowdIn
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Translators
3+
nav: translate_nav
4+
---
5+
# Lead Translators
6+
7+
<%= view :about_people, people:DB[:cdo_team].where(kind_s:'translator') %>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#about_nav
2+
%span.about_list
3+
-current_url = request.path_info
4+
-{ 'About Translations'=>'/translate','Lead Translators'=>'/translators'}.each_pair do |label,url|
5+
- if current_url == url
6+
%span.about_list_item_selected= label
7+
-else
8+
%a.about_list_item{:href=>url}= label
9+
%hr.narrow_hr

0 commit comments

Comments
 (0)