Skip to content

Commit 8638299

Browse files
committed
chore: rename project to sinau and update remote URL
1 parent 2ea4d3e commit 8638299

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lexijawa",
2+
"name": "sinau",
33
"version": "1.0.0",
44
"description": "Latin to Javanese Script",
55
"main": "index.js",

web/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77

88
<!-- Primary Meta Tags -->
9-
<title>LexiJawa - Latin to Javanese Script Converter | Aksara Jawa Online</title>
10-
<meta name="title" content="LexiJawa - Latin to Javanese Script Converter | Aksara Jawa Online" />
9+
<title>sinau - Latin to Javanese Script Converter | Aksara Jawa Online</title>
10+
<meta name="title" content="sinau - Latin to Javanese Script Converter | Aksara Jawa Online" />
1111
<meta name="description" content="A converter tool to turn Latin to Javanese Script with a comprehensive learning guide to learn Javanese. Alat konverter untuk merubah Latin ke Aksara Jawa." />
1212
<meta name="keywords" content="Javanese script, Aksara Jawa, Latin to Javanese, converter, Javanese language, Indonesia, typography, cara nulis aksara jawa, nulis aksara jawa online, javanese converter, hanacaraka converter" />
1313
<meta name="author" content="honsda" />
14-
<link rel="canonical" href="https://honsda.github.io/lexijawa/" />
14+
<link rel="canonical" href="https://honsda.github.io/sinau/" />
1515

1616
<!-- Google Fonts for Javanese Script Support (Fallback) -->
1717
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -23,8 +23,8 @@
2323
{
2424
"@context": "https://schema.org",
2525
"@type": "WebApplication",
26-
"name": "LexiJawa",
27-
"url": "https://honsda.github.io/lexijawa/",
26+
"name": "sinau",
27+
"url": "https://honsda.github.io/sinau/",
2828
"description": "A converter tool to turn Latin to Javanese Script with a comprehensive learning guide to learn Javanese. Alat konverter untuk merubah Latin ke Aksara Jawa.",
2929
"applicationCategory": "EducationalApplication",
3030
"operatingSystem": "All",
@@ -42,15 +42,15 @@
4242

4343
<!-- Open Graph / Facebook / Discord -->
4444
<meta property="og:type" content="website" />
45-
<meta property="og:url" content="https://honsda.github.io/lexijawa/" />
46-
<meta property="og:title" content="LexiJawa - Latin to Javanese Script Converter" />
45+
<meta property="og:url" content="https://honsda.github.io/sinau/" />
46+
<meta property="og:title" content="sinau - Latin to Javanese Script Converter" />
4747
<meta property="og:description" content="A converter tool to turn Latin to Javanese Script with a comprehensive learning guide to learn Javanese. Alat konverter untuk merubah Latin ke Aksara Jawa." />
4848
<meta property="og:image" content="/jawa.svg" /> <!-- Recommended: Add a 1200x630px image here later -->
4949

5050
<!-- Twitter -->
5151
<meta property="twitter:card" content="summary_large_image" />
52-
<meta property="twitter:url" content="https://honsda.github.io/lexijawa/" />
53-
<meta property="twitter:title" content="LexiJawa - Latin to Javanese Script Converter" />
52+
<meta property="twitter:url" content="https://honsda.github.io/sinau/" />
53+
<meta property="twitter:title" content="sinau - Latin to Javanese Script Converter" />
5454
<meta property="twitter:description" content="A converter tool to turn Latin to Javanese Script with a comprehensive learning guide to learn Javanese. Alat konverter untuk merubah Latin ke Aksara Jawa." />
5555
<meta property="twitter:image" content="/jawa.svg" />
5656

web/public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://honsda.github.io/lexijawa/sitemap.xml
4+
Sitemap: https://honsda.github.io/sinau/sitemap.xml

web/public/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>https://honsda.github.io/lexijawa/</loc>
4+
<loc>https://honsda.github.io/sinau/</loc>
55
<lastmod>2026-03-05</lastmod>
66
<changefreq>monthly</changefreq>
77
<priority>1.0</priority>

web/src/App.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<span class="scroll-notice" in:fade={{ duration: 400 }}>{t.scrollDownNotice} &darr;</span>
123123
{/key}
124124
</div>
125-
<h1>ꦭꦺꦏ꧀ꦱꦶꦗꦮ</h1>
125+
<h1>ꦱꦶꦤꦲꦸ</h1>
126126
{#key currentLang}
127127
<p class="subtitle" in:fade={{ duration: 400 }}>{t.subtitle}</p>
128128
{/key}
@@ -418,7 +418,7 @@
418418
</main>
419419

420420
<footer>
421-
ꦭꦺꦏ꧀ꦱꦶꦗꦮ &copy; 2026 LexiJawa
421+
ꦱꦶꦤꦲꦸ &copy; 2026 sinau
422422
</footer>
423423

424424
<style>

web/src/translations.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const translations = {
22
en: {
3-
title: "LexiJawa",
3+
title: "sinau",
44
subtitle: "Latin to Javanese Script Converter",
55
latinLabel: "Latin",
66
javaneseLabel: "Javanese",
@@ -14,7 +14,7 @@ export const translations = {
1414
switchMode: "Switch Mode"
1515
},
1616
id: {
17-
title: "LexiJawa",
17+
title: "sinau",
1818
subtitle: "Ubah tulisan Latin ke Aksara Jawa",
1919
latinLabel: "Latin",
2020
javaneseLabel: "Aksara Jawa",

0 commit comments

Comments
 (0)