Skip to content

Commit 223e0c8

Browse files
committed
Updated footer
1 parent 1f81827 commit 223e0c8

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

wasp/assets/js/translations.js

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ const translations = {
134134
// Footer
135135
footer_copy: "&copy; 2025 WASP Project. Part of <a href=\"https://github.com/OpenInitia\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>OpenInitia</strong></a>",
136136
footer_by: "A project by <a href=\"https://github.com/Deadpool2000\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>Deadpool2000</strong></a>",
137-
footer_tag: "Built for the exhausted, the micromanaged, and the truly brave."
137+
footer_tag: "Built for the exhausted, the micromanaged, and the truly brave.",
138+
footer_india: "Made with love from India 🇮🇳"
138139
},
139140
// RUSSIAN
140141
ru: {
@@ -246,7 +247,8 @@ const translations = {
246247

247248
footer_copy: "&copy; 2025 Проект WASP. Часть <a href=\"https://github.com/OpenInitia\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>OpenInitia</strong></a>",
248249
footer_by: "Проект от <a href=\"https://github.com/Deadpool2000\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>Deadpool2000</strong></a>",
249-
footer_tag: "Создано для уставших, контролируемых и по-настоящему смелых."
250+
footer_tag: "Создано для уставших, контролируемых и по-настоящему смелых.",
251+
footer_india: "Сделано с любовью из Индии 🇮🇳"
250252
},
251253
// SPANISH
252254
es: {
@@ -358,7 +360,8 @@ const translations = {
358360

359361
footer_copy: "&copy; 2025 Proyecto WASP. Parte de <a href=\"https://github.com/OpenInitia\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>OpenInitia</strong></a>",
360362
footer_by: "Un proyecto de <a href=\"https://github.com/Deadpool2000\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>Deadpool2000</strong></a>",
361-
footer_tag: "Construido para los agotados, los microgestionados y los valientes."
363+
footer_tag: "Construido para los agotados, los microgestionados y los valientes.",
364+
footer_india: "Hecho con amor desde India 🇮🇳"
362365
},
363366
// ARABIC
364367
ar: {
@@ -470,7 +473,8 @@ const translations = {
470473

471474
footer_copy: "&copy; 2025 مشروع WASP. جزء من <a href=\"https://github.com/OpenInitia\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>OpenInitia</strong></a>",
472475
footer_by: "مشروع بواسطة <a href=\"https://github.com/Deadpool2000\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>Deadpool2000</strong></a>",
473-
footer_tag: "بني للمرهقين، ومن يخضعون للإدارة الدقيقة، والشجعان حقًا."
476+
footer_tag: "بني للمرهقين، ومن يخضعون للإدارة الدقيقة، والشجعان حقًا.",
477+
footer_india: "صنع بحب من الهند 🇮🇳"
474478
},
475479
// CHINESE
476480
zh: {
@@ -582,7 +586,8 @@ const translations = {
582586

583587
footer_copy: "&copy; 2025 WASP 项目。隶属于 <a href=\"https://github.com/OpenInitia\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>OpenInitia</strong></a>",
584588
footer_by: "由 <a href=\"https://github.com/Deadpool2000\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>Deadpool2000</strong></a> 开发",
585-
footer_tag: "为疲惫者、被微观管理者和真正勇敢者构建。"
589+
footer_tag: "为疲惫者、被微观管理者和真正勇敢者构建。",
590+
footer_india: "来自印度的爱心制作 🇮🇳"
586591
},
587592
// JAPANESE
588593
ja: {
@@ -694,7 +699,8 @@ const translations = {
694699

695700
footer_copy: "&copy; 2025 WASPプロジェクト。 <a href=\"https://github.com/OpenInitia\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>OpenInitia</strong></a> の一部",
696701
footer_by: "<a href=\"https://github.com/Deadpool2000\" target=\"_blank\" class=\"text-secondary text-decoration-none\"><strong>Deadpool2000</strong></a> によるプロジェクト",
697-
footer_tag: "疲れた人、マイクロマネジメントされている人、そして本当に勇敢な人のために作られました。"
702+
footer_tag: "疲れた人、マイクロマネジメントされている人、そして本当に勇敢な人のために作られました。",
703+
footer_india: "インドから愛を込めて 🇮🇳"
698704
}
699705
};
700706

wasp/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ <h4 class="mb-4">Buy Me a Coffee</h4>
631631
</div>
632632
<p class="mt-4 small opacity-50" data-i18n="footer_tag">Built for the exhausted, the micromanaged, and the
633633
truly brave.</p>
634+
<p class="mt-2 small text-secondary" data-i18n="footer_india">Made with love from India 🇮🇳</p>
634635
</div>
635636
</footer>
636637

0 commit comments

Comments
 (0)