diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-04 16:02:59 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-04 16:02:59 +0200 |
| commit | 58e5579864c9e997d9c4bf62683a56e7ae6eb9fb (patch) | |
| tree | f8e27a67ee967cfbb6466c61b9baae70e736008e /i18n | |
| parent | 35a97fa04b73cd363ab94cb8f62e313f657e1a7e (diff) | |
| download | danixxyz-58e5579864c9e997d9c4bf62683a56e7ae6eb9fb.tar.gz danixxyz-58e5579864c9e997d9c4bf62683a56e7ae6eb9fb.zip | |
feat: upgrade actions shortcode usages to CTA block
Updates all 6 content files to use new `use` parameter and `caption`
descriptions. Adds i18n keys for the default button label. Bumps
submodule to include the new cta-block component.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 3 | ||||
| -rw-r--r-- | i18n/it.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 3875a14..aeb911d 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -182,6 +182,9 @@ repo_example_1_desc: # repo_example_3_desc: # other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration." +# CTA Block shortcode +actions_cta: "Open link" + # Callout shortcode titles callout_note: "Note" callout_tip: "Tip" diff --git a/i18n/it.yaml b/i18n/it.yaml index d8cee81..3ede6f8 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -184,6 +184,9 @@ repo_example_1_desc: # repo_example_3_desc: # other: "Script SlackBuild per Pacchetto Esempio 3. Pacchetto di utilità per amministrazione di sistema e configurazione." +# Shortcode CTA Block +actions_cta: "Apri il link" + # Titoli shortcode callout callout_note: "Nota" callout_tip: "Suggerimento" |
