Skip to content

Commit cd22cc0

Browse files
committed
fix sort items
1 parent 5d8b565 commit cd22cc0

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

app/(main)/[lang]/data.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ export const getProject = (lang: SupportedLanguage) => {
4141
{
4242
title: mainProject0Title(lang),
4343
description: mainProject0Text(lang),
44-
image: "/images/open-source/monika.svg",
45-
url: "https://github.com/hyperjumptech/monika",
44+
image: "/images/open-source/grule.svg",
45+
url: "https://github.com/hyperjumptech/grule-rule-engine",
4646
button: true,
47-
repo: "monika"
47+
repo: "grule-rule-engine"
4848
},
4949
{
5050
title: mainProject1Title(lang),
5151
description: mainProject1Text(lang),
52-
image: "/images/open-source/grule.svg",
53-
url: "https://github.com/hyperjumptech/grule-rule-engine",
52+
image: "/images/open-source/monika.svg",
53+
url: "https://github.com/hyperjumptech/monika",
5454
button: true,
55-
repo: "grule-rule-engine"
55+
repo: "monika"
5656
},
5757
{
5858
title: mainProject2Title(lang),

locales/en/main.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
"heading": "Open Source Product",
5656
"desc": "Explore our open-source projects and see how we innovate, collaborate, and build solutions that drive real impact. Join our community and contribute to cutting-edge technology.",
5757

58-
"0_title": "Monika",
59-
"0_text": "Monika is a command line application to monitor every part of your web app using a simple JSON configuration file. Get alert not only when your site is down but also when it's slow.",
58+
"0_title": "Grule",
59+
"0_text": "Grule is a powerful open-source rule engine for Go that lets you define business rules in a human-readable format—making your app more flexible and maintainable.",
6060

61-
"1_title": "Grule",
62-
"1_text": "Grule is a powerful open-source rule engine for Go that lets you define business rules in a human-readable format—making your app more flexible and maintainable.",
61+
"1_title": "Monika",
62+
"1_text": "Monika is a command line application to monitor every part of your web app using a simple JSON configuration file. Get alert not only when your site is down but also when it's slow.",
6363

6464
"2_title": "WhatsApp Chatbot Connector",
6565
"2_text": "WhatsApp Chatbot Connector backend built using Express.js. It is designed to integrate with the WhatsApp Business API and supports various AI platforms such as Dify and Rasa."

locales/id/main.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@
5555
"heading": "Produk Open Source",
5656
"desc": "Jelajahi proyek open-source kami dan lihat bagaimana kami berinovasi, berkolaborasi, dan membangun solusi berdampak nyata. Bergabunglah dengan komunitas kami dan berkontribusi dalam pengembangan teknologi mutakhir.",
5757

58-
"0_title": "Monika",
59-
"0_text": "Monika adalah aplikasi baris perintah untuk memantau berbagai komponen aplikasi web Anda menggunakan konfigurasi sederhana berbasis JSON. Dapatkan notifikasi tidak hanya saat situs Anda down, tetapi juga ketika performanya melambat.",
58+
"0_title": "Grule",
59+
"0_text": "Grule adalah mesin aturan (rule engine) open-source yang kuat untuk Go, yang memungkinkan Anda mendefinisikan aturan bisnis dalam format yang mudah dibaca manusia—membuat aplikasi Anda lebih fleksibel dan mudah dipelihara.",
60+
61+
"1_title": "Monika",
62+
"1_text": "Monika adalah aplikasi baris perintah untuk memantau berbagai komponen aplikasi web Anda menggunakan konfigurasi sederhana berbasis JSON. Dapatkan notifikasi tidak hanya saat situs Anda down, tetapi juga ketika performanya melambat.",
6063

61-
"1_title": "Grule",
62-
"1_text": "Grule adalah mesin aturan (rule engine) open-source yang kuat untuk Go, yang memungkinkan Anda mendefinisikan aturan bisnis dalam format yang mudah dibaca manusia—membuat aplikasi Anda lebih fleksibel dan mudah dipelihara.",
6364
"2_title": "Konektor Chatbot WhatsApp",
6465
"2_text": "Backend Konektor Chatbot WhatsApp dibangun menggunakan Express.js. Dirancang untuk terintegrasi dengan WhatsApp Business API dan mendukung berbagai platform AI seperti Dify dan Rasa."
6566
},

0 commit comments

Comments
 (0)