diff options
| author | Nicholas Johnson <> | 2026-09-06 00:00:00 +0000 |
|---|---|---|
| committer | Nicholas Johnson <> | 2026-09-06 00:00:00 +0000 |
| commit | 151b5149973594233512d27dba434184665e398827f7da361a644501a16b1e58 (patch) | |
| tree | d11ad0a621b40dd144926471c02734e6272f44580bc5a19f075962520565e703 /i18n/en.toml | |
| parent | 47f8f43cab34bc4048fb93124c13df9643befb4d5abb4a9e97cff064a97e342d (diff) | |
| download | hugo-theme-journal-151b5149973594233512d27dba434184665e398827f7da361a644501a16b1e58.tar.gz hugo-theme-journal-151b5149973594233512d27dba434184665e398827f7da361a644501a16b1e58.zip | |
Add audio support for entries on website
Diffstat (limited to 'i18n/en.toml')
| -rw-r--r-- | i18n/en.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index b82ce91..e885407 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -27,3 +27,12 @@ [pageNotFound] other = "Page Not Found" + +[audioAvailable] + other = "audio available" + +[audioVersion] + other = "Audio version of {{ . }}." + +[audioUnsupported] + other = "Your browser does not support audio playback." |
