Skip to content

Commit e15bc35

Browse files
committed
to indonesia & remove footer
1 parent 196e994 commit e15bc35

7 files changed

Lines changed: 20 additions & 35 deletions

File tree

src/components/Footer.svelte

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function slugFromPath(path) {
44

55
export function formatDate(date) {
66
date = new Date(date);
7-
return date.toLocaleDateString("en-US", {
7+
return date.toLocaleDateString("id-ID", {
88
year: "numeric",
99
month: "long",
1010
day: "numeric",

src/routes/+error.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
const config = {
66
title: "Oops...",
7-
description: "You got an error",
7+
description: "Anda mendapatkan kesalahan",
88
type: "website",
99
url: false,
1010
};
@@ -17,9 +17,9 @@
1717
<section class="flex h-3/4 items-center justify-center">
1818
<div class="text-center">
1919
<h2 class="my-2 text-6xl font-extrabold">{page.status}</h2>
20-
<p class="text-sm text-gray-500">If you in here, let me explain this.</p>
20+
<p class="text-sm text-gray-500">Jika anda di sini, Mari saya jelaskan ini.</p>
2121
<p class="text-sm text-gray-500">
22-
You have a message <span class="font-bold text-gray-200">"{page.error.message}"</span>
22+
Anda memiliki pesan <span class="font-bold text-gray-200">"{page.error.message}"</span>
2323
</p>
2424
</div>
2525
</section>

src/routes/+layout.svelte

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
88
const navbarMenu = [
99
{
10-
name: "Home",
10+
name: "Beranda",
1111
icon: "house",
1212
url: "/",
1313
},
1414
{
15-
name: "Blogs",
15+
name: "Blog",
1616
icon: "book-half",
1717
url: "/blogs",
1818
},
@@ -30,11 +30,3 @@
3030
{@render children()}
3131
</div>
3232
</main>
33-
34-
<Footer text="Copyright &copy; 2025-Present Hyper-Z11. All rights reserved." />
35-
36-
<!--
37-
Ghost element for register some classes to make
38-
theme switcher works properly.
39-
-->
40-
<span class={["dark:bg-neutral-800", "dark:bg-neutral-900", "dark:text-white"].join(" ")}></span>

src/routes/+page.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
const config = {
1818
title: "Hyper-Z11",
19-
description: "Hyper-Z11 Personal Website",
19+
description: "Situs Web Pribadi Hyper-Z11",
2020
type: "website",
2121
url: "/",
2222
isHome: true,
@@ -33,7 +33,7 @@
3333
alt="Profile" />
3434
<div class="mx-4 grow md:*:text-center">
3535
<h2 class="text-3xl font-semibold">Hyper-Z11</h2>
36-
<p class="text-gray-500">The beginner programmer</p>
36+
<p class="text-gray-500">Seorang programmer pemula</p>
3737
<ul class="my-2 flex w-fit flex-row flex-wrap-reverse justify-center gap-2 md:mx-auto">
3838
{#each profiles as { icon, url } (url)}
3939
<li><a href={url} class="flex items-center gap-1"><Icon {icon} /></a></li>
@@ -43,18 +43,18 @@
4343
</div>
4444
<div class="grow">
4545
<section id="about">
46-
<h2>About</h2>
46+
<h2>Tentang</h2>
4747
<p class="**:inline">
48-
Hello, i'm <b>Hyper-Z11</b> (he/him). The beginner programmer. My real name is
49-
<b>Firjatullah Zeroun</b>. I'm from
50-
<a href="https://en.wikipedia.org/wiki/Indonesia"><b><Icon icon="pin-map" class="mx-1" />Indonesia</b></a>. I like
51-
coding as my hobby and contributing to open source projects if i want.
48+
Halo, saya <b>Hyper-Z11</b>. Seorang programmer pemula. Nama asli saya adalah
49+
<b>Firjatullah Zeroun</b>. Saya dari
50+
<a href="https://en.wikipedia.org/wiki/Indonesia"><b><Icon icon="pin-map" class="mx-1" />Indonesia</b></a>. Saya suka
51+
koding sebagai hobi saya dan berkontribusi ke proyek sumber terbuka jika saya mau.
5252
</p>
5353
</section>
5454

5555
<section id="projects">
56-
<h2>Projects</h2>
57-
<p>I have worked and contributed to some projects below:</p>
56+
<h2>Proyek</h2>
57+
<p>Saya telah bekerja dan berkontribusi ke beberapa proyek di bawah ini:</p>
5858
<ul class="list-disc">
5959
{#each projects as { name, description, url } (url)}
6060
<li class="mx-5"><a href={url}>{name} - {description}</a></li>

src/routes/blogs/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
let { data } = $props();
66
77
const config = {
8-
title: "Blogs",
9-
description: "Hyper-Z11 blogs",
8+
title: "Blog",
9+
description: "Blog Hyper-Z11",
1010
type: "website",
1111
url: "/blogs",
1212
};

src/routes/projects.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[
22
{
33
"name": "Acode-Foundation/Acode",
4-
"description": "Powerful text/code editor for Android",
4+
"description": "Editor kode yang kuat untuk Android",
55
"url": "https://github.com/Acode-Foundation/Acode"
66
},
77
{
88
"name": "bombshell-dev/clack",
9-
"description": "CLI Prompts",
9+
"description": "Prompt CLI",
1010
"url": "https://github.com/bombshell-dev/clack"
1111
},
1212
{
1313
"name": "eslint/create-config",
14-
"description": "Utility to create ESLint config files.",
14+
"description": "Utilitas untuk membuat berkas konfigurasi ESLint.",
1515
"url": "https://github.com/eslint/create-config"
1616
}
1717
]

0 commit comments

Comments
 (0)