Skip to content

Commit 7ad106f

Browse files
committed
feat: localize landing page showcase buttons and add release notes
1 parent 65e8acb commit 7ad106f

2 files changed

Lines changed: 62 additions & 13 deletions

File tree

RELEASE_NOTES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
The first official release of GlotShot - your ultimate tool for designing app store preview images and icons locally.
2+
3+
## ✨ Features
4+
- **Dual Modes:** Switch between Poster Design and Icon Design.
5+
- **Glassmorphism UI:** Modern, dark-themed interface with Apple-style aesthetics.
6+
- **Privacy First:** 100% local AI translation support using Ollama.
7+
- **Multi-Platform:** Export assets for iOS, Android, macOS, Windows, and Steam.
8+
9+
## 📥 Downloads
10+
11+
| Platform | Architecture | File to Download |
12+
|----------|--------------|------------------|
13+
| **macOS** | Apple Silicon (M1/M2/M3) | `GlotShot-0.0.0-arm64.dmg` |
14+
| **Windows** | 64-bit (Intel/AMD) | `GlotShot-0.0.0-x64.exe` |
15+
| **Windows** | ARM64 (Snapdragon) | `GlotShot-0.0.0-arm64.exe` |
16+
| **Linux** | 64-bit (x64) | `GlotShot-0.0.0-x86_64.AppImage` |
17+
| **Linux** | ARM64 | `GlotShot-0.0.0-arm64.AppImage` |
18+
19+
### Installation Notes
20+
- **macOS:** Open `.dmg` and drag to Applications.
21+
- **Linux:** Make `.AppImage` executable (`chmod +x`) and run.
22+
- **Windows:** Run the `.exe` installer.
23+
24+
*Developed by hooosberg*

index.html

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,9 @@ <h1 id="hero-title">Create Perfect <br><span>App Store Images</span></h1>
502502

503503
<section class="showcase">
504504
<div class="showcase-controls">
505-
<button class="showcase-btn active" onclick="switchMode('poster')">Poster Design</button>
506-
<button class="showcase-btn" onclick="switchMode('icon')">Icon Design</button>
505+
<button class="showcase-btn active" onclick="switchMode('poster')" data-i18n="showcase_poster">Poster
506+
Design</button>
507+
<button class="showcase-btn" onclick="switchMode('icon')" data-i18n="showcase_icon">Icon Design</button>
507508
</div>
508509
<!-- Dynamic Image based on language and mode -->
509510
<img id="showcase-img" src="public/截图/English/批量制作截图海报.jpg" alt="GlotShot Interface">
@@ -610,7 +611,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
610611
btn_download_linux: "Linux",
611612
btn_download_2: "macOS",
612613
btn_download_win_2: "Windows",
613-
btn_download_linux_2: "Linux"
614+
btn_download_linux_2: "Linux",
615+
showcase_poster: "Poster Design",
616+
showcase_icon: "Icon Design"
614617
},
615618
"zh-CN": {
616619
nav_features: "功能特性",
@@ -625,6 +628,8 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
625628
btn_download_2: "macOS",
626629
btn_download_win_2: "Windows",
627630
btn_download_linux_2: "Linux",
631+
showcase_poster: "海报/截图设计",
632+
showcase_icon: "图标/Logo 设计",
628633
feat_batch_title: "批量处理",
629634
feat_batch_desc: "一次性为多种设备和语言制作截图。节省数小时的重复劳动。",
630635
feat_translate_title: "AI 智能翻译",
@@ -662,7 +667,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
662667
feat_privacy_desc: "Todo es local. Sin datos en la nube.",
663668
install_title: "¿Listo para Diseñar?",
664669
install_desc: "Descarga para macOS.",
665-
btn_download_2: "Descargar Ahora"
670+
btn_download_2: "Descargar Ahora",
671+
showcase_poster: "Diseño de Póster",
672+
showcase_icon: "Diseño de Ícono"
666673
},
667674
ja: {
668675
nav_features: "機能",
@@ -686,7 +693,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
686693
feat_privacy_desc: "全てローカル処理。クラウド送信なし。",
687694
install_title: "準備はいいですか?",
688695
install_desc: "最新版をダウンロード。",
689-
btn_download_2: "今すぐDL"
696+
btn_download_2: "今すぐDL",
697+
showcase_poster: "ポスターデザイン",
698+
showcase_icon: "アイコンデザイン"
690699
},
691700
ko: {
692701
nav_features: "기능",
@@ -710,7 +719,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
710719
feat_privacy_desc: "모든 처리는 로컬에서 수행됩니다.",
711720
install_title: "시작할까요?",
712721
install_desc: "최신 버전을 다운로드하세요.",
713-
btn_download_2: "지금 다운로드"
722+
btn_download_2: "지금 다운로드",
723+
showcase_poster: "포스터 디자인",
724+
showcase_icon: "아이콘 디자인"
714725
},
715726
fr: {
716727
nav_features: "Fonctionnalités",
@@ -734,7 +745,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
734745
feat_privacy_desc: "Traitement 100% local.",
735746
install_title: "Prêt ?",
736747
install_desc: "Téléchargez la dernière version.",
737-
btn_download_2: "Télécharger"
748+
btn_download_2: "Télécharger",
749+
showcase_poster: "Design d'Affiche",
750+
showcase_icon: "Design d'Icône"
738751
},
739752
de: {
740753
nav_features: "Funktionen",
@@ -758,7 +771,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
758771
feat_privacy_desc: "Alles lokal. Keine Cloud.",
759772
install_title: "Bereit?",
760773
install_desc: "Laden Sie die neuste Version.",
761-
btn_download_2: "Download"
774+
btn_download_2: "Download",
775+
showcase_poster: "Poster-Design",
776+
showcase_icon: "Icon-Design"
762777
},
763778
it: {
764779
nav_features: "Funzioni",
@@ -782,7 +797,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
782797
feat_privacy_desc: "Tutto locale.",
783798
install_title: "Pronto?",
784799
install_desc: "Scarica ora.",
785-
btn_download_2: "Scarica"
800+
btn_download_2: "Scarica",
801+
showcase_poster: "Design Poster",
802+
showcase_icon: "Design Icone"
786803
},
787804
pt: {
788805
nav_features: "Recursos",
@@ -806,7 +823,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
806823
feat_privacy_desc: "Tudo local.",
807824
install_title: "Pronto?",
808825
install_desc: "Baixe agora.",
809-
btn_download_2: "Baixar"
826+
btn_download_2: "Baixar",
827+
showcase_poster: "Design de Pôster",
828+
showcase_icon: "Design de Ícone"
810829
},
811830
ru: {
812831
nav_features: "Функции",
@@ -830,7 +849,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
830849
feat_privacy_desc: "Всё локально.",
831850
install_title: "Готовы?",
832851
install_desc: "Скачивайте.",
833-
btn_download_2: "Скачать"
852+
btn_download_2: "Скачать",
853+
showcase_poster: "Дизайн Постеров",
854+
showcase_icon: "Дизайн Иконок"
834855
},
835856
ar: {
836857
nav_features: "المميزات",
@@ -854,7 +875,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
854875
feat_privacy_desc: "محلياً فقط.",
855876
install_title: "جاهز؟",
856877
install_desc: "حمل الآن.",
857-
btn_download_2: "macOS"
878+
btn_download_2: "macOS",
879+
showcase_poster: "تصميم الملصقات",
880+
showcase_icon: "تصميم الأيقونات"
858881
},
859882
hi: {
860883
nav_features: "विशेषताएँ",
@@ -878,7 +901,9 @@ <h2 data-i18n="install_title">Ready to Design?</h2>
878901
feat_privacy_desc: "सब कुछ स्थानीय।",
879902
install_title: "तैयार?",
880903
install_desc: "अभी डाउनलोड करें।",
881-
btn_download_2: "macOS"
904+
btn_download_2: "macOS",
905+
showcase_poster: "पोस्टर डिज़ाइन",
906+
showcase_icon: "आइकन डिज़ाइन"
882907
}
883908
};
884909

0 commit comments

Comments
 (0)