Skip to content

Commit 7e0bd1b

Browse files
committed
Translate sponsors section text to use localization functions and update Dutch translations in nl.csv.
1 parent b1abd67 commit 7e0bd1b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

content/data/nl.csv

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
"Become member","Lid worden"
1010
"Your email","Jouw emailadres"
1111
"Pay now","Nu betalen"
12-
"Directory of Magento in Nederland","Directory van Magento in Nederland"
12+
"Directory of Magento in Nederland","Directory van Magento in Nederland"
13+
"Sponsors","Sponsoren"
14+
"Want to become a sponsor of Mage-OS Netherlands? Send an email to","Wilt u ook sponsor worden van Mage-OS Nederland? Stuur een email naar"
15+
"Interest in sponsorship Mage-OS Netherlands","Interesse in sponsorschap Mage-OS Nederland"

content/pages/home-en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77

88
Mage-OS Netherlands is an initiative of the Dutch Magento community, with the aim of representing the Magento / Adobe Commerce / Mage-OS ecosystem in the Netherlands. The association aims to facilitate initiatives from the community (such as Dutch events, a better website, information provision to online retailers and much more).
99

10-
All help is welcome, so if you have an idea to strengthen Magento in the Netherlands, let us know!
10+
All help is welcome, so if you have an idea to strengthen Magento in the Netherlands, let us know!
11+
12+
{{snippet sponsors}}

content/snippets/sponsors.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
?>
1616
<section class="py-8">
17-
<h2 class="text-3xl font-bold text-center mb-8">Sponsoren</h2>
17+
<h2 class="text-3xl font-bold text-center mb-8"><?= __('Sponsors') ?></h2>
1818

1919
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
2020
<?php foreach ($sponsors as $sponsor): ?>
@@ -37,5 +37,5 @@
3737
<?php endforeach; ?>
3838
</div>
3939

40-
<p class="my-8">Wilt u ook sponsor worden van Mage-OS Nederland? Stuur een email naar <a class="hover:text-orange" href="mailto:bestuur@nl.mage-os.org?subject=Interesse in sponsorschap Mage-OS Nederland">bestuur@nl.mage-os.org</a></p>
40+
<p class="my-8"><?= __('Want to become a sponsor of Mage-OS Netherlands? Send an email to') ?> <a class="hover:text-orange" href="mailto:bestuur@nl.mage-os.org?subject=<?= __('Interest in sponsorship Mage-OS Netherlands') ?>">bestuur@nl.mage-os.org</a></p>
4141
</section>

0 commit comments

Comments
 (0)