Skip to content

Commit d91ecdc

Browse files
committed
title translate tag
1 parent a6ceb5f commit d91ecdc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

website/i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@
366366
}
367367
},
368368
"pages-strings": {
369+
"for 4D developers|no description given": "for 4D developers",
369370
"Getting started|no description given": "Getting started",
370371
"Developing a Desktop application|no description given": "Developing a Desktop application",
371372
"Developing a Web application|no description given": "Developing a Web application",

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function HomeSplash(props) {
2626
className="index-hero-logo"
2727
src={`${siteConfig.baseUrl}img/banner-object.png`}
2828
/>
29-
{siteConfig.title} for 4D developers
29+
{siteConfig.title} <translate>for 4D developers</translate>
3030
</h1>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)