Skip to content

Commit

Permalink
Update Resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Mar 4, 2019
1 parent c6bc3ee commit fbbdac4
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/moments/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<% if @moment.owned_by?(current_user) && @moment.shared? %>
<div class="smallMarginTop">
<%= react_component('Form', props: secret_share_link_props(@moment)) %>
<%= react_component('Form', props: secret_share_props(@moment)) %>
</div>
<% end %>
Expand Down
2 changes: 2 additions & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ de:
stress: stress
fidget: zappeln
colouring: färbung
deaf: taub
asl: ASL
profile:
index:
title: Profil
Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ en:
stress: stress
fidget: fidget
colouring: colouring
deaf: deaf
asl: ASL
profile:
index:
title: Profile
Expand Down
2 changes: 2 additions & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ es:
stress: estrés
fidget: agitarse
colouring: colorante
deaf: sordo
asl: ASL
profile:
index:
title: Perfil
Expand Down
2 changes: 2 additions & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ fr:
stress: stress
fidget: bouger
colouring: coloration
deaf: sourd
asl: ASL
profile:
index:
title: Profile
Expand Down
2 changes: 2 additions & 0 deletions config/locales/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ it:
stress: stress
fidget: agitarsi
colouring: colorazione
deaf: sordi
asl: ASL
profile:
index:
title: Profilo
Expand Down
2 changes: 2 additions & 0 deletions config/locales/nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ nb:
stress: understreke
fidget: fidget
colouring: fargelegging
deaf: døv
asl: ASL
profile:
index:
title: Profil
Expand Down
2 changes: 2 additions & 0 deletions config/locales/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ nl:
stress: spanning
fidget: wriemelen
colouring: kleur
deaf: doof
asl: ASL
profile:
index:
title: Profiel
Expand Down
2 changes: 2 additions & 0 deletions config/locales/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ pt-BR:
stress: estresse
fidget: inquietação
colouring: coloração
deaf: surdo
asl: ASL
profile:
index:
title: Perfil
Expand Down
2 changes: 2 additions & 0 deletions config/locales/sv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ sv:
stress: påfrestning
fidget: fidget
colouring: färg
deaf: döv
asl: ASL
profile:
index:
title: Profil
Expand Down
2 changes: 2 additions & 0 deletions config/locales/vi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ vi:
stress: 'nhấn mạnh'
fidget: 'bồn chồn'
colouring: 'tô màu'
deaf: điếc
asl: ASL
profile:
index:
title: 'Hồ sơ'
Expand Down
2 changes: 1 addition & 1 deletion doc/pages/education.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
{
"name": "Redefine Enough",
"link": "https://www.redefineenough.com",
"tags": ["podcast", "blog", "black_women", "women_of_colour"],
"tags": ["podcast", "blog", "black_women", "women_of_colour", "support_groups"],
"languages": ["en"]
},
{
Expand Down
6 changes: 6 additions & 0 deletions doc/pages/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,11 @@
"link": "https://www.thinkpacifica.com/",
"tags": ["ios", "android", "paid", "depression", "anxiety", "mindfulness", "meditation", "mood_tracking"],
"languages": ["en"]
},
{
"name": "Deaf Counseling Center (US)",
"link": "http://www.deafcounseling.com",
"tags": ["deaf", "asl", "counseling", "therapy", "directory"],
"languages": ["en"]
}
]

0 comments on commit fbbdac4

Please sign in to comment.