Skip to content

Commit 092a9e9

Browse files
committed
Update titles and headings for clarity and localization
- Translated the title of the React Redux Toolkit article to German for better accessibility. - Revised headings on the meetups and training pages to enhance clarity and reflect regional focus in the DACH area. - These changes aim to improve user engagement and provide a more localized experience for German-speaking audiences.
1 parent 989b31d commit 092a9e9

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

src/content/posts/de/2021-05-31-abe-react-redux-toolkit-with-typescript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "SERIES: React Native (Step by Step) - React Redux + Toolkit with Typescript"
2+
title: "Reihe: React Native (Schritt für Schritt) – React Redux und Redux Toolkit mit TypeScript"
33
description: "Setting up React Redux using the Redux Toolkit with Typescript in Expo "
44
author: "Konrad Abe (AllBitsEqual)"
55
published_at: 2021-05-31T10:00:00.000Z

src/pages/en/meetups/index.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ const meetups = [
2727

2828
<div class="container mx-auto px-4 relative text-center z-10">
2929
<h1 class="text-5xl md:text-6xl lg:text-7xl text-gray-900 dark:text-white mb-4">
30-
<span class="block">React</span>
31-
<span class="text-primary">Meetups.</span>
30+
React Meetups in the DACH Region
3231
</h1>
3332
<p class="text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto">
3433
Find your React Meetup in the DACH region<br />

src/pages/en/training/index.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ const { topic, training, branding } = siteConfig;
1616

1717
<div class="container mx-auto px-4 relative text-center z-10">
1818
<h1 class="text-5xl md:text-6xl lg:text-7xl text-gray-900 dark:text-white mb-4">
19-
<span class="block">{topic}</span>
20-
<span class="text-primary">Training.</span>
19+
{topic} Training – Courses for Teams and Individuals
2120
</h1>
2221
<p class="text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto mb-8">
2322
Professional training courses for teams and individuals.<br />

src/pages/meetups/index.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ const meetups = [
2828

2929
<div class="container mx-auto px-4 relative text-center z-10">
3030
<h1 class="text-5xl md:text-6xl lg:text-7xl text-gray-900 dark:text-white mb-4">
31-
<span class="block">React</span>
32-
<span class="text-primary">Meetups.</span>
31+
React Meetups in der DACH-Region
3332
</h1>
3433
<p class="text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto">
3534
Finde dein React Meetup in der DACH Region<br />

0 commit comments

Comments
 (0)