Skip to content

Commit 6550405

Browse files
committed
feat(locales): add new Booty program release notes in multiple languages for improved user engagement
1 parent 9a916bb commit 6550405

7 files changed

Lines changed: 35 additions & 0 deletions

File tree

locales/en.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,11 @@ export default {
13971397
title: "What's New",
13981398
release_notes: "Release Notes",
13991399
notes: {
1400+
note_2025_10_29: {
1401+
title: "🍑 New Booty Program Released!",
1402+
content:
1403+
"<li>A brand new <a href='/programs/booty-pump' class='text-blue-500 hover:underline'>Booty program</a> is now available!</li><li>Target and strengthen your glutes with specialized workouts</li><li>Designed for maximum results and muscle growth</li><li>Join the program today! 💪</li>",
1404+
},
14001405
note_2025_08_18: {
14011406
title: "🏆 New Leaderboard Feature!",
14021407
content:

locales/es.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,11 @@ export default {
528528
title: "Novedades",
529529
release_notes: "Notas",
530530
notes: {
531+
note_2025_10_29: {
532+
title: "🍑 ¡Nuevo Programa Booty Lanzado!",
533+
content:
534+
"<li>¡Un nuevo <a href='/programs/booty-pump' class='text-blue-500 hover:underline'>programa Booty</a> ya está disponible!</li><li>Trabaja y fortalece tus glúteos con entrenamientos especializados</li><li>Diseñado para resultados máximos y crecimiento muscular</li><li>¡Únete al programa hoy! 💪</li>",
535+
},
531536
note_2025_08_18: {
532537
title: "🏆 ¡Nueva Funcionalidad de Clasificación!",
533538
content:

locales/fr.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,11 @@ export default {
14221422
title: "Nouveautés",
14231423
release_notes: "Notes",
14241424
notes: {
1425+
note_2025_10_29: {
1426+
title: "🍑 Nouveau Programme Booty Disponible !",
1427+
content:
1428+
"<li>Un tout nouveau <a href='/programs/booty-pump' class='text-blue-500 hover:underline'>programme Booty</a> est maintenant disponible !</li><li>Ciblez et renforcez vos fessiers avec des entraînements spécialisés</li><li>Conçu pour des résultats maximaux et une croissance musculaire</li><li>Rejoignez le programme dès aujourd'hui ! 💪</li>",
1429+
},
14251430
note_2025_08_18: {
14261431
title: "🏆 Nouvelle Fonctionnalité Classement !",
14271432
content:

locales/pt.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,11 @@ export default {
14011401
title: "Novidades",
14021402
release_notes: "Notas de Lançamento",
14031403
notes: {
1404+
note_2025_10_29: {
1405+
title: "🍑 Novo Programa Booty Lançado!",
1406+
content:
1407+
"<li>Um novo <a href='/programs/booty-pump' class='text-blue-500 hover:underline'>programa Booty</a> já está disponível!</li><li>Trabalhe e fortaleça os seus glúteos com treinos especializados</li><li>Desenhado para resultados máximos e crescimento muscular</li><li>Junte-se ao programa hoje! 💪</li>",
1408+
},
14041409
note_2025_08_18: {
14051410
title: "🏆 Nova Funcionalidade de Classificação!",
14061411
content:

locales/ru.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,11 @@ export default {
13881388
title: "Что нового",
13891389
release_notes: "Заметки о выпуске",
13901390
notes: {
1391+
note_2025_10_29: {
1392+
title: "🍑 Новая Программа Booty Выпущена!",
1393+
content:
1394+
"<li>Новая <a href='/programs/booty-pump' class='text-blue-500 hover:underline'>программа Booty</a> теперь доступна!</li><li>Целенаправленно тренируйте и укрепляйте ягодичные мышцы со специализированными тренировками</li><li>Разработана для максимальных результатов и роста мышц</li><li>Присоединяйтесь к программе сегодня! 💪</li>",
1395+
},
13911396
note_2025_08_18: {
13921397
title: "🏆 Новая Функция Таблицы Лидеров!",
13931398
content:

locales/zh-CN.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,11 @@ export default {
530530
title: "新功能",
531531
release_notes: "更新日志",
532532
notes: {
533+
note_2025_10_29: {
534+
title: "🍑 新的臀部训练计划发布!",
535+
content:
536+
"<li>全新的<a href='/programs/booty-pump' class='text-blue-500 hover:underline'>臀部训练计划</a>现已推出!</li><li>通过专门的训练来锻炼和强化您的臀部肌肉</li><li>专为获得最佳效果和肌肉增长而设计</li><li>立即加入计划!💪</li>",
537+
},
533538
note_2025_08_18: {
534539
title: "🏆 新排行榜功能!",
535540
content:

src/features/release-notes/model/notes.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ export interface ReleaseNote {
55
}
66

77
export const releaseNotes: ReleaseNote[] = [
8+
{
9+
date: "2025-10-29",
10+
titleKey: "release_notes.notes.note_2025_10_29.title",
11+
contentKey: "release_notes.notes.note_2025_10_29.content",
12+
},
813
{
914
date: "2025-08-18",
1015
titleKey: "release_notes.notes.note_2025_08_18.title",

0 commit comments

Comments
 (0)