Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/views/layouts/_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
%li= link_to t("navigation.tutorials"), "http://tutorials.codebar.io"
%li= link_to t("navigation.becoming_sponsor"), "http://manual.codebar.io/becoming-a-sponsor"
%li= link_to t("navigation.faq"), faq_path
%li= link_to t("navigation.codebar_courses"), "https://courses.codebar.io/"

.col-sm-12.col-md-6.col-lg-3
%ul.list-unstyled.ms-0
Expand Down
2 changes: 2 additions & 0 deletions app/views/layouts/_navigation.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
%li= link_to 'Past Events', past_events_path, class: 'dropdown-item'
%li= link_to 'codebar Festival', 'http://festival.codebar.io/', class: 'dropdown-item'
%li= link_to 'uncodebar', 'https://uncodebar.com', class: 'dropdown-item'
%li= link_to 'codebar courses', 'https://courses.codebar.io/', class: 'dropdown-item'

%li.nav-item.dropdown
= link_to '#', {'role': 'button', 'aria-expanded': 'false', 'data-bs-toggle': 'dropdown', class: 'nav-link border-0 dropdown-toggle', id: 'navbarDropdownMenuLinkCommunity'} do
Community
Expand Down
1 change: 1 addition & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ de:
donate: "Spenden"
buy_us_a_coffee: "Buy us a coffee"
job_board: "Jobbörse"
codebar_courses: "codebar Courses"
dashboard:
join_workshops_in: "Komm zu unseren <i>kostenlosen</i> Workshops in"
workshops_goal: "um sich mit den Programmier- und Webentwicklungsgrundlagen vertraut zu machen."
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ en:
donate: "Donate"
buy_us_a_coffee: "Buy us a coffee"
job_board: "Job Board"
codebar_courses: "codebar Courses"
contact_preferences:
updated: "Contact preferences updated"

Expand Down
1 change: 1 addition & 0 deletions config/locales/en_AU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ en-AU:
donate: "Donate"
buy_us_a_coffee: "Buy us a coffee"
job_board: "Job Board"
codebar_courses: "codebar Courses"
dashboard:
join_workshops_in: "Join our <i>free</i> workshops in"
workshops_goal: "to get to grips with the basics of programming and web development."
Expand Down
1 change: 1 addition & 0 deletions config/locales/en_GB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ en-GB:
donate: "Donate"
buy_us_a_coffee: "Buy us a coffee"
job_board: "Job Board"
codebar_courses: "codebar Courses"
dashboard:
join_workshops_in: "Join our <i>free</i> workshops in"
workshops_goal: "to get to grips with the basics of programming and web development."
Expand Down
1 change: 1 addition & 0 deletions config/locales/en_US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ en-US:
donate: "Donate"
buy_us_a_coffee: "Buy us a coffee"
job_board: "Job Board"
codebar_courses: "codebar Courses"
dashboard:
join_workshops_in: "Join our <i>free</i> workshops in"
workshops_goal: "to get to grips with the basics of programming and web development."
Expand Down
2 changes: 2 additions & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ es:
blog: "Blog"
codebar_stories: "codebar Cuentos"
stats: "Stats"
codebar_courses: "codebar Courses"

dashboard:
join_workshops_in: "Únase a nuestros talleres <i>gratuitos</i> en"
workshops_goal: "para familiarizarse con los conceptos básicos de programación y desarrollo web."
Expand Down
2 changes: 2 additions & 0 deletions config/locales/fi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ fi:
donate: "Lahjoita"
buy_us_a_coffee: "Buy us a coffee"
job_board: "Työpaikat"
codebar_courses: "codebar Courses"

dashboard:
join_workshops_in: "Join our <i>free</i> workshops in"
workshops_goal: "to get to grips with the basics of programming and web development."
Expand Down
2 changes: 2 additions & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ fr:
donate: "Donner"
buy_us_a_coffee: "Buy us a coffee"
job_board: "Offres d'emploi"
codebar_courses: "codebar Courses"

dashboard:
join_workshops_in: "Rejoignez nos ateliers <i>gratuit</i>"
workshops_goal: "pour apprendre les bases de la programmation et du développement web."
Expand Down
2 changes: 2 additions & 0 deletions config/locales/no.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
donate: "Doner"
buy_us_a_coffee: "Buy us a coffee"
job_board: "Jobbørs"
codebar_courses: "codebar Courses"

dashboard:
join_workshops_in: "Join our <i>free</i> workshops in"
workshops_goal: "to get to grips with the basics of programming and web development."
Expand Down