aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorNicholas Johnson <>2026-09-06 00:00:00 +0000
committerNicholas Johnson <>2026-09-06 00:00:00 +0000
commit151b5149973594233512d27dba434184665e398827f7da361a644501a16b1e58 (patch)
treed11ad0a621b40dd144926471c02734e6272f44580bc5a19f075962520565e703 /i18n
parent47f8f43cab34bc4048fb93124c13df9643befb4d5abb4a9e97cff064a97e342d (diff)
downloadhugo-theme-journal-151b5149973594233512d27dba434184665e398827f7da361a644501a16b1e58.tar.gz
hugo-theme-journal-151b5149973594233512d27dba434184665e398827f7da361a644501a16b1e58.zip
Add audio support for entries on website
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml9
-rw-r--r--i18n/es.toml9
2 files changed, 18 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."
diff --git a/i18n/es.toml b/i18n/es.toml
index 2a7ff92..7e98ed9 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -28,3 +28,12 @@
[pageNotFound]
other = "Página no encontrada"
+
+[audioAvailable]
+ other = "audio disponible"
+
+[audioVersion]
+ other = "Versión en audio de {{ . }}."
+
+[audioUnsupported]
+ other = "Tu navegador no puede reproducir audio."