diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..49fae0f --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,33 @@ +[siteFooterAriaLabel] +other = "Site footer" + +[copyButtonLabel] +other = "Copy to clipboard" + +[copyButtonAriaLabel] +other = "Copy to clipboard" + +[copyButtonDescription] +other = "Copy the code listing content to clipboard" + +[fullscreenButtonLabel] +other = "Toggle fullscreen" + +[fullscreenButtonAriaLabel] +other = "Toggle fullscreen" + +[fullscreenButtonDescription] +other = "Make the code listing takes up fullscreen" + +[generatedOn] +other = "Generated on" + +[siteFeaturesScriptingDisabled] +other = """ + Some of the features of this site relies on JavaScript scripting. + You'll be missing out on some features such as copying code listings to the clipboard, code syntax higlighting, and code listing fullscreen button. + Also, some of the JavaScript libraries this site relies on such as interactive image zooming and MathJax rendering will be disabled. +""" + +[lastUpdated] +other = "Last updated" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6ebb0e6..c573ee3 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,10 +1,10 @@ -