-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
234 lines (225 loc) · 11.5 KB
/
Copy pathindex.html
File metadata and controls
234 lines (225 loc) · 11.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌍</text></svg>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>App Store & Play Store Localizer — Free AI Translation</title>
<meta name="title" content="App Store & Play Store Localizer — Free AI Translation" />
<meta name="description" content="Free, open-source tool to translate your App Store and Google Play listings using AI. Support for 40+ languages." />
<meta name="author" content="Fayhe" />
<!-- Canonical -->
<link rel="canonical" href="https://storelocalizer.com/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://storelocalizer.com/" />
<meta property="og:site_name" content="StoreLocalizer" />
<meta property="og:title" content="App Store & Play Store Localizer — Free AI Translation" />
<meta property="og:description" content="Free, open-source tool to translate your App Store and Google Play listings using AI. Support for 40+ languages." />
<meta property="og:image" content="https://storelocalizer.com/og.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="App Store & Play Store Localizer — Free AI Translation" />
<meta property="twitter:description" content="Free, open-source tool to translate your App Store and Google Play listings using AI." />
<meta property="twitter:image" content="https://storelocalizer.com/og.png" />
<!-- Structured Data -->
<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "StoreLocalizer",
"url": "https://storelocalizer.com/"
},
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "StoreLocalizer",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "Translate your App Store and Google Play listings into 40+ languages with AI. Free and open-source."
},
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "StoreLocalizer",
"url": "https://storelocalizer.com/",
"sameAs": ["https://github.com/fayharinn/StoreLocalizer"]
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is StoreLocalizer free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. StoreLocalizer is completely free and open-source. You only need your own AI provider API key to run translations."
}
},
{
"@type": "Question",
"name": "How many languages are supported?",
"acceptedAnswer": {
"@type": "Answer",
"text": "StoreLocalizer can translate your App Store and Google Play listings into more than 40 languages using AI."
}
},
{
"@type": "Question",
"name": "Does it connect to App Store Connect and Google Play?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. StoreLocalizer integrates directly with App Store Connect and the Google Play Console so you can fetch, translate, and push localized metadata."
}
},
{
"@type": "Question",
"name": "What is an .xcstrings file?",
"acceptedAnswer": {
"@type": "Answer",
"text": "An .xcstrings file is Apple's String Catalog format used in Xcode to manage app localizations. StoreLocalizer parses, translates, and exports these files locally in your browser."
}
}
]
}
]
</script>
<!-- Theme Color - Dynamic based on theme -->
<meta name="theme-color" content="#7c3aed" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#8b5cf6" media="(prefers-color-scheme: light)" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Splash styles (replaced by React on mount) -->
<style>
body { margin: 0; background: #0a0a0a; }
.sl-splash {
min-height: 100vh; box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: #e5e5e5;
background:
radial-gradient(600px 300px at 20% 0%, rgba(124, 58, 237, 0.18), transparent 70%),
radial-gradient(500px 260px at 85% 10%, rgba(139, 92, 246, 0.12), transparent 70%),
#0a0a0a;
display: flex; flex-direction: column; align-items: center;
padding: 72px 20px 40px;
}
.sl-splash a { color: #a78bfa; text-decoration: none; }
.sl-splash a:hover { text-decoration: underline; }
.sl-container { width: 100%; max-width: 880px; }
.sl-badge {
display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em;
color: #c4b5fd; background: rgba(124, 58, 237, 0.15);
border: 1px solid rgba(139, 92, 246, 0.35); border-radius: 999px;
padding: 5px 14px; margin-bottom: 20px;
}
.sl-title {
font-size: clamp(2rem, 5vw, 2.9rem); line-height: 1.15; margin: 0 0 16px; font-weight: 800;
background: linear-gradient(90deg, #f5f3ff, #a78bfa);
-webkit-background-clip: text; background-clip: text; color: transparent;
}
.sl-lead { font-size: 1.05rem; line-height: 1.65; color: #a3a3a3; margin: 0 0 40px; max-width: 640px; }
.sl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin: 0 0 44px; padding: 0; list-style: none; }
.sl-card {
background: rgba(255, 255, 255, 0.03); border: 1px solid #262626; border-radius: 12px;
padding: 16px 18px; font-size: 0.92rem; line-height: 1.55; color: #a3a3a3;
transition: border-color 0.2s;
}
.sl-card:hover { border-color: rgba(139, 92, 246, 0.5); }
.sl-card a { display: block; font-weight: 600; font-size: 0.98rem; margin-bottom: 4px; }
.sl-h2 { font-size: 1.35rem; margin: 0 0 18px; font-weight: 700; }
.sl-faq { margin: 0 0 20px; }
.sl-faq h3 { font-size: 1rem; margin: 0 0 5px; font-weight: 600; color: #e5e5e5; }
.sl-faq p { line-height: 1.6; color: #a3a3a3; margin: 0; font-size: 0.95rem; }
.sl-footer { border-top: 1px solid #262626; margin-top: 24px; padding-top: 20px; color: #737373; font-size: 0.9rem; }
.sl-loading { display: flex; align-items: center; gap: 10px; color: #737373; font-size: 0.85rem; margin-top: 48px; }
.sl-spinner {
width: 16px; height: 16px; border: 2px solid #262626; border-top-color: #8b5cf6;
border-radius: 50%; animation: sl-spin 0.8s linear infinite;
}
.sl-reload {
display: inline-block; margin-top: 16px; font-size: 0.9rem; font-weight: 600;
color: #c4b5fd !important; background: rgba(124, 58, 237, 0.15);
border: 1px solid rgba(139, 92, 246, 0.35); border-radius: 999px;
padding: 8px 20px; opacity: 0; pointer-events: none;
animation: sl-reveal 0.5s ease 8s forwards;
}
.sl-reload:hover { text-decoration: none !important; border-color: rgba(139, 92, 246, 0.7); }
@keyframes sl-spin { to { transform: rotate(360deg); } }
@keyframes sl-reveal { to { opacity: 1; pointer-events: auto; } }
</style>
<!-- Boot recovery: reload once if a script fails to load (e.g. stale chunk after a deploy) -->
<script>
(function() {
function retry() {
if (sessionStorage.getItem('sl-boot-retry')) return;
sessionStorage.setItem('sl-boot-retry', '1');
location.reload();
}
window.addEventListener('error', function(e) {
if (e.target && e.target.tagName === 'SCRIPT') retry();
}, true);
window.addEventListener('unhandledrejection', function(e) {
if (/dynamically imported module|Importing a module script failed/.test(String(e.reason))) retry();
});
})();
</script>
<!-- Prevent flash of wrong theme -->
<script>
(function() {
const theme = localStorage.getItem('localizer-theme') || 'system';
const isDark = theme === 'dark' || (theme === 'system' && window.matchMedia('(prefers-color-scheme: dark)').matches);
document.documentElement.classList.toggle('dark', isDark);
document.documentElement.classList.toggle('light', !isDark);
})();
</script>
</head>
<body>
<div id="root">
<div class="sl-splash">
<div class="sl-container">
<span class="sl-badge">Free & Open Source</span>
<h1 class="sl-title">App Store & Play Store Localizer</h1>
<p class="sl-lead">
StoreLocalizer is a free, open-source tool that translates your App Store and Google Play
listings into 40+ languages with AI. Connect to App Store Connect and the Google Play Console
to fetch, translate, and publish localized metadata, screenshots, and pricing.
</p>
<h2 class="sl-h2">Features</h2>
<ul class="sl-grid">
<li class="sl-card"><a href="/app-store-localization.html">App Store localization</a>Translate App Store Connect metadata and ASO fields.</li>
<li class="sl-card"><a href="/google-play-localization.html">Google Play localization</a>Localize Play Console listings in bulk.</li>
<li class="sl-card"><a href="/xcstrings-translator.html">.xcstrings translator</a>Translate Xcode String Catalogs locally in your browser.</li>
<li class="sl-card"><a href="/app-store-screenshots.html">App Store screenshots</a>Generate device-framed, localized screenshots.</li>
<li class="sl-card"><a href="/subscription-pricing.html">Subscription pricing</a>GDP-adjusted in-app purchase price recommendations.</li>
</ul>
<h2 class="sl-h2">FAQ</h2>
<div class="sl-faq">
<h3>Is StoreLocalizer free?</h3>
<p>Yes. It is completely free and open-source — you only bring your own AI provider API key.</p>
</div>
<div class="sl-faq">
<h3>How many languages are supported?</h3>
<p>More than 40 languages for both App Store and Google Play listings.</p>
</div>
<div class="sl-faq">
<h3>Does it connect to App Store Connect and Google Play?</h3>
<p>Yes. It integrates directly with both so you can fetch, translate, and push localized metadata.</p>
</div>
<footer class="sl-footer">
Open-source on <a href="https://github.com/fayharinn/StoreLocalizer">GitHub</a>.
</footer>
</div>
<div class="sl-loading"><div class="sl-spinner"></div>Loading app…</div>
<a class="sl-reload" href=".">Taking too long? Reload</a>
</div>
</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>