Skip to content

Commit

Permalink
i18n keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ceithir committed Oct 16, 2023
1 parent d2a9233 commit 823930d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
14 changes: 6 additions & 8 deletions app/views/home/donate.html.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<h2 class="heading"><%= ts('Donations') %></h2>
<h3 class="heading"><%= ts('There are two main ways to support the AO3 - donating your time or money.') %></h3>
<h2 class="heading"><%= t(".general.title") %></h2>
<h3 class="heading"><%= t(".general.text") %></h3>

<div class="userstuff">
<h3><%= ts('Donating Your Time') %></h3>
<p><%= ts("The <a href=\"http://www.transformativeworks.org\">Organization for Transformative Works</a> is the parent organization of the Archive of Our Own. We are often looking for volunteers to contribute to <a href=\"http://www.transformativeworks.org/our-projects\">our projects</a>. If you're interested in volunteering specifically to help the Archive of Our Own, the roles to look out for include tag wranglers, testers, coders, Support staff and Abuse staff. We encourage you to browse through the <a href=\"http://www.transformativeworks.org/volunteer\">available listings</a> and apply for any roles which match your qualifications and interests.").html_safe %></p>
<h3><%= t(".time.title") %></h3>
<p><%= t(".time.text").html_safe %></p>

<h3><%= ts('Donating Financially') %></h3>
<p><%= ts("The AO3 has ongoing running costs - electricity for the servers and bandwidth so you can reach them -
and one-off costs such as buying new servers as the number of users and works increases.
Any <a href=\"https://donate.transformativeworks.org/otwgive\">donation to the OTW</a> is a big help. (Don't worry, we'll never connect your AO3 username and your financial information.)").html_safe %></p>
<h3><%= t(".money.title") %></h3>
<p><%= t(".money.text").html_safe %></p>
</div>
9 changes: 9 additions & 0 deletions config/locales/views/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,16 @@ en:
twitter: "@AO3_Status Twitter feed"
home:
donate:
general:
text: There are two main ways to support the AO3 - donating your time or money.
title: Donations
money:
text: The AO3 has ongoing running costs - electricity for the servers and bandwidth so you can reach them - and one-off costs such as buying new servers as the number of users and works increases. Any <a href="https://donate.transformativeworks.org/otwgive">donation to the OTW</a> is a big help. (Don't worry, we'll never connect your AO3 username and your financial information.)
title: Donating Financially
page_title: Donate or Volunteer
time:
text: The <a href="http://www.transformativeworks.org">Organization for Transformative Works</a> is the parent organization of the Archive of Our Own. We are often looking for volunteers to contribute to <a href="http://www.transformativeworks.org/our-projects">our projects</a>. If you're interested in volunteering specifically to help the Archive of Our Own, the roles to look out for include tag wranglers, testers, coders, Support staff and Abuse staff. We encourage you to browse through the <a href="http://www.transformativeworks.org/volunteer">available listings</a> and apply for any roles which match your qualifications and interests.
title: Donating Your Time
fandoms:
all_fandoms: All Fandoms
index:
Expand Down

0 comments on commit 823930d

Please sign in to comment.