We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e1cffb + d91ecdc commit 47503c0Copy full SHA for 47503c0
website/i18n/en.json
@@ -366,6 +366,7 @@
366
}
367
},
368
"pages-strings": {
369
+ "for 4D developers|no description given": "for 4D developers",
370
"Getting started|no description given": "Getting started",
371
"Developing a Desktop application|no description given": "Developing a Desktop application",
372
"Developing a Web application|no description given": "Developing a Web application",
website/pages/en/index.js
@@ -26,7 +26,7 @@ function HomeSplash(props) {
26
className="index-hero-logo"
27
src={`${siteConfig.baseUrl}img/banner-object.png`}
28
/>
29
- {siteConfig.title} for 4D developers
+ {siteConfig.title} <translate>for 4D developers</translate>
30
</h1>
31
</div>
32
0 commit comments