diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-28 13:53:52 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-28 13:53:52 +0200 |
| commit | 1bb0c3a348a2db79572461e0fd9415a2cf64b3c4 (patch) | |
| tree | b59c163e74b1fd542fa6b08e2afcbe657c498270 /i18n/en.yaml | |
| parent | 9390e08d4f9a0f3b88e95d2a7df5f99563ed48fc (diff) | |
| download | danixxyz-1bb0c3a348a2db79572461e0fd9415a2cf64b3c4.tar.gz danixxyz-1bb0c3a348a2db79572461e0fd9415a2cf64b3c4.zip | |
feat: enable repository page with single repo display
Diffstat (limited to 'i18n/en.yaml')
| -rw-r--r-- | i18n/en.yaml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 0be4b62..f464748 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -145,30 +145,30 @@ redPill: easterEggTitle: other: "Choose Your Path" -# # Repository Page -# repositoryTitle: -# other: "Slackware Repository" -# repositorySubtitle: -# other: "Download and install my curated Slackware packages" -# quickStartTitle: -# other: "Quick Start" -# copyCommand: -# other: "Copy" -# copiedMessage: -# other: "Copied to clipboard!" -# installationTitle: -# other: "Installation" -# usageTitle: -# other: "Usage" -# availablePackagesTitle: -# other: "Available Packages" -# githubReposTitle: -# other: "GitHub SlackBuild Repositories" -# visitGithub: -# other: "Visit GitHub" +# Repository Page +repositoryTitle: + other: "Slackware Repository" +repositorySubtitle: + other: "Download and install my curated Slackware packages" +quickStartTitle: + other: "Quick Start" +copyCommand: + other: "Copy" +copiedMessage: + other: "Copied to clipboard!" +installationTitle: + other: "Installation" +usageTitle: + other: "Usage" +availablePackagesTitle: + other: "Available Packages" +githubReposTitle: + other: "GitHub SlackBuild Repositories" +visitGithub: + other: "Visit GitHub" repo_example_1_desc: other: "A curated collection of programs, tools, libraries and various utilities, ready to be compiled and installed on Slackware." -repo_example_2_desc: - other: "Various SlackBuild scripts, following SlackBuilds.org conventions wherever is possible." +# repo_example_2_desc: +# other: "Various SlackBuild scripts, following SlackBuilds.org conventions wherever is possible." # repo_example_3_desc: # other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration." |
