mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Move the ellipses in translated strings
This commit is contained in:
parent
468c7d4bd5
commit
d132bf95ad
@ -174,7 +174,7 @@ export function makeSendAppPage({ server, staticDir, tag, testLogin, baseDomain
|
||||
).join('\n');
|
||||
const content = fileContent
|
||||
.replace("<!-- INSERT WARNING -->", warning)
|
||||
.replace("<!-- INSERT TITLE -->", getPageTitle(config) ?? (translate(req, 'Loading') + "..."))
|
||||
.replace("<!-- INSERT TITLE -->", getPageTitle(config) ?? (translate(req, 'Loading...')))
|
||||
.replace("<!-- INSERT META -->", getPageMetadataHtmlSnippet(req, config, staticBaseUrl))
|
||||
.replace("<!-- INSERT TITLE SUFFIX -->", getPageTitleSuffix(server.getGristConfig()))
|
||||
.replace("<!-- INSERT BASE -->", `<base href="${staticBaseUrl}">` + tagManagerSnippet)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"sendAppPage": {
|
||||
"Loading": "Loading",
|
||||
"Loading...": "Loading...",
|
||||
"gristMetaDescription": "Grist is the evolution of spreadsheets.",
|
||||
"Welcome": "Welcome"
|
||||
},
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"sendAppPage": {
|
||||
"Loading": "Chargement"
|
||||
"Loading...": "Chargement..."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user