diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-14 20:25:56 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-14 20:25:56 +0200 |
| commit | 3c99e487fca922a3eccd8d101f10bacc72d7679f (patch) | |
| tree | 33ba11905c9040a0e4caa079b42007b3b24dfc7a /i18n/en.yaml | |
| parent | 47d7da6227e8354c1f48289e14970c531e7ebc56 (diff) | |
| download | danixxyz-theme-3c99e487fca922a3eccd8d101f10bacc72d7679f.tar.gz danixxyz-theme-3c99e487fca922a3eccd8d101f10bacc72d7679f.zip | |
feat: add i18n keys for pkg-list and pkg-changelog shortcodes
Diffstat (limited to 'i18n/en.yaml')
| -rw-r--r-- | i18n/en.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 5c67437..9bf3574 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -189,3 +189,11 @@ callout_success: "Success" # Contribution Graph Widget contrib_widget_label: "Contribution activity for the last year" contrib_heading: "contributions" + +# Package repository shortcodes +pkg_list_loading: "Loading packages..." +pkg_list_error: "Could not load packages. Visit the repository directly." +pkg_list_filter: "Filter packages..." +pkg_list_link_label: "View" +pkg_changelog_loading: "Loading changelog..." +pkg_changelog_error: "Could not load changelog. Visit the repository directly." |
