website/i18n/en.toml
Gabriel Arazas f835f0aa6f
Create QoL improvements for code listings
- Added a "Copy to clipboard" button for easily following in case the
  post is code-heavy.

- Added a toggle fullscreen button for code listings that are too large.
  It is pretty small and limiting in those cases, after all.
2023-02-21 01:06:05 +08:00

34 lines
897 B
TOML

[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"