-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
The following scripts are not yet part of the template/language pack build system and contain hardcoded Chinese text throughout:
src/nvidia-uninstall.shsrc/nvidia-container-installer.shsrc/nvidia-container-uninstall.sh
Tasks
- Add
# {{LANG_PACKS}}placeholder andgettext()calls to each script - Create
lang/nvidia-uninstall/{ZH_CN,EN_US}.shlanguage packs - Create
lang/nvidia-container-installer/{ZH_CN,EN_US}.shlanguage packs - Create
lang/nvidia-container-uninstall/{ZH_CN,EN_US}.shlanguage packs - Add
set -eo pipefailto scripts that only useset -e - Verify build pipeline handles the new templates correctly
Context
Identified during PR #2 code review. These scripts work correctly but cannot be used in English-only environments without manual translation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request