Fix placeholder issues

This commit is contained in:
object-Object 2023-09-10 01:46:49 -04:00
parent df4b44bd02
commit c24074f5b6

View file

@ -6,7 +6,7 @@
}, },
welcome: { welcome: {
"1": "This is the online version of the %s documentation.", "1": "This is the online version of the {} documentation.",
"2": "Embedded images and patterns are included, but not crafting recipes or items. \ "2": "Embedded images and patterns are included, but not crafting recipes or items. \
There's an in-game book for those.", There's an in-game book for those.",
"3": "Additionally, this is built from the latest code on GitHub. \ "3": "Additionally, this is built from the latest code on GitHub. \
@ -22,7 +22,7 @@
// use the span tag to make everything after it wrap with the toc button // use the span tag to make everything after it wrap with the toc button
// or put it at the very end to make the button wrap by itself // or put it at the very end to make the button wrap by itself
// either way, do NOT remove it entirely // either way, do NOT remove it entirely
title: "Table of {{ '<span class=\"nobr\">'|safe }}Contents", title: "Table of <span class=\"nobr\">Contents",
toggle_all: "Toggle all", toggle_all: "Toggle all",
}, },
@ -33,7 +33,7 @@
multiplier: "${speedScale()}x", multiplier: "${speedScale()}x",
paused: "Paused", paused: "Paused",
not_supported: "Your browser does not support visualizing patterns. Pattern code: %s", not_supported: "Your browser does not support visualizing patterns. Pattern code: {}",
}, },
pages: { pages: {