diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 10:43:57 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 10:43:57 +0200 |
| commit | 54abda24117c1b09e97216b84e6f88a18de804d8 (patch) | |
| tree | 66ef7d1d2904b39af210ff83300ff7435e813ee6 /i18n/en.yaml | |
| parent | 2a871321763c4b8ff33da5d303eee0e698981cc1 (diff) | |
| download | danixxyz-54abda24117c1b09e97216b84e6f88a18de804d8.tar.gz danixxyz-54abda24117c1b09e97216b84e6f88a18de804d8.zip | |
feat: add repository descriptions to English i18n
Diffstat (limited to 'i18n/en.yaml')
| -rw-r--r-- | i18n/en.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 43bd4d5..b0ccab3 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -137,3 +137,9 @@ githubReposTitle: other: "GitHub SlackBuild Repositories" visitGithub: other: "Visit GitHub" +repo_example_1_desc: + other: "SlackBuild scripts for Example Package 1. Build system and tools for Slackware package management." +repo_example_2_desc: + other: "SlackBuild scripts for Example Package 2. A comprehensive package with full documentation and support." +repo_example_3_desc: + other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration." |
