diff options
| author | Nicholas Johnson <> | 2026-09-06 00:00:00 +0000 |
|---|---|---|
| committer | Nicholas Johnson <> | 2026-09-06 00:00:00 +0000 |
| commit | 3630afdfdf5f69343d1d4a85e4888b904c9d682984ee9fd9eaefa6b822661572 (patch) | |
| tree | 7368635d5b02335fe3f0fd233ead8ebaf3c8884fb9fe62652f40e359af679af9 /i18n | |
| parent | f017963dd7f40371bcfe6b75446e8c69d651b1759ea194b11ec22aa1c0d70e05 (diff) | |
| download | hugo-theme-journal-3630afdfdf5f69343d1d4a85e4888b904c9d682984ee9fd9eaefa6b822661572.tar.gz hugo-theme-journal-3630afdfdf5f69343d1d4a85e4888b904c9d682984ee9fd9eaefa6b822661572.zip | |
Add audio support for entries on capsule
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.toml | 3 | ||||
| -rw-r--r-- | i18n/es.toml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index e885407..307a669 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -36,3 +36,6 @@ [audioUnsupported] other = "Your browser does not support audio playback." + +[downloadAudio] + other = "Download audio version of {{ . }}" diff --git a/i18n/es.toml b/i18n/es.toml index 7e98ed9..58dfdb9 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -37,3 +37,6 @@ [audioUnsupported] other = "Tu navegador no puede reproducir audio." + +[downloadAudio] + other = "Descargar la versión en audio de {{ . }}" |
