Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Fix hard coded 'en' locale, add some French and German translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuuleh committed May 23, 2018
1 parent 7ccf57c commit ffad0b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/javascript/consent/index.js
Expand Up @@ -45,7 +45,7 @@ export default function ConsentFeature(options) {
);

render(
<ComponentWrapper store={window.champaign.store} locale={'en'}>
<ComponentWrapper store={window.champaign.store} locale={I18n.locale}>
<ConsentComponent />
</ComponentWrapper>,
options.container
Expand Down
6 changes: 3 additions & 3 deletions config/locales/member_facing.de.yml
Expand Up @@ -212,9 +212,9 @@ de:
success: 'Sie haben Ihr SumOfUs-Konto erfolgreich bestätigt. Vielen Dank!'
member_management: "Um Ihre Zahlungsoptionen und -details zu verwalten, können Sie jederzeit die <a href='%{url}'>Seite für SumOfUs-Mitglieder</a> besuchen."
consent:
opt_in_reason: "<b>SumOfUs is a global community of people committed to fighting corporate power</b>. Would you like to hear about our latest campaigns, news, events and fundraising, and find out more about how you can get involved? <b>Choose 'yes' to opt in to email below:</b>"
opt_out_warn_title: "Are you sure?"
opt_out_warn_message: "If you choose ‘Yes,’ we’ll keep you posted about SumOfUs campaigns so you can take action when the next big company steps out of line."
opt_in_reason: "<b>SumOfUs ist eine Gemeinschaft von Menschen aus der ganzen Welt, die gemeinsam Großkonzerne zur Verantwortung zieht.</b>. Möchten Sie über aktuelle Kampagnen, Neuigkeiten, Veranstaltungen sowie Spendenaktionen informiert werden und erfahren, wie Sie sich engagieren können? <b>Dann klicken Sie 'Ja', um sich für unseren Newsletter anzumelden:</b>"
opt_out_warn_title: "Sind Sie sicher?"
opt_out_warn_message: "Wenn Sie 'Ja' wählen, werden Sie von uns über aktuelle SumOfUs-Kampagnen informiert, damit Sie etwas tun können, wenn wieder ein Großkonzern versucht, skrupellose Geschäfte zu machen."
how_to_opt_out: 'You can opt out of receiving our messages at any time. Just go to our <a href="https://www.sumofus.org/unsubscribe" target="_blank">unsubscribe page</a>. By entering your details you confirm that you are 16 or older.'
opt_in_error: "Please choose an option"
accept_short: "Yes"
Expand Down
14 changes: 7 additions & 7 deletions config/locales/member_facing.fr.yml
Expand Up @@ -212,12 +212,12 @@ fr:
success: 'Félicitations, votre compte SumOfUs a bien été confirmé. Merci !'
member_management: "Pour gérer vos modalités de paiement, vous pouvez à tout moment visiter le <a href='%{url}'>tableau de bord des membres</a> de SumOfUs."
consent:
opt_in_reason: "<b>SumOfUs is a global community of people committed to fighting corporate power</b>. Would you like to hear about our latest campaigns, news, events and fundraising, and find out more about how you can get involved? <b>Choose 'yes' to opt in to email below:</b>"
opt_out_warn_title: "Are you sure?"
opt_out_warn_message: "If you choose ‘Yes,’ we’ll keep you posted about SumOfUs campaigns so you can take action when the next big company steps out of line."
how_to_opt_out: 'You can opt out of receiving our messages at any time. Just go to our <a href="https://www.sumofus.org/unsubscribe" target="_blank">unsubscribe page</a>. By entering your details you confirm that you are 16 or older.'
opt_in_error: "Please choose an option"
accept_short: "Yes"
opt_in_reason: "<b>SumOfUs est une communauté de personnes engagées pour limiter le pouvoir grandissant des entreprises à travers le monde</b>. Souhaitez-vous en savoir plus sur nos dernières campagnes, actualités, événements, collectes de fonds et découvrir comment vous engager plus à nos côtés ? <b>Choisissez 'oui' pour vous inscrire à notre liste de diffusion :</b>"
opt_out_warn_title: "En êtes-vous sûr ?"
opt_out_warn_message: "Si vous choisissez 'Oui', nous vous tiendrons au courant des campagnes de SumOfUs afin que vous puissiez passer à l’action lorsque la prochaine grande entreprise dépassera les bornes."
how_to_opt_out: 'Vous pouvez vous désinscrire à tout moment. Rendez-vous simplement sur notre <a href="https://www.sumofus.org/unsubscribe" target="_blank">page de désinscription</a>. En entrant vos informations, vous certifiez avoir plus de 16 ans.'
opt_in_error: "Veuillez choisir une option"
accept_short: "Oui"
accept_long: "Yes – sign and receive emails"
decline_short: "No"
decline_short: "Non"
decline_long: "No – sign, but don't receive emails"

0 comments on commit ffad0b6

Please sign in to comment.