fix: i18n & clarify no release notes msg #819

Merged
decentral1se merged 2 commits from iexos/abra:push-rntyplynmlps into main 2026-04-11 13:54:41 +00:00
3 changed files with 507 additions and 221 deletions

View File

@ -238,7 +238,7 @@ beforehand. See "abra app backup" for more.`),
if upgradeReleaseNotes == "" {
upgradeWarnMessages = append(
upgradeWarnMessages,
fmt.Sprintf("no release notes available for %s", chosenUpgrade),
i18n.G("no release notes for upgrading from %s to %s", deployMeta.Version, chosenUpgrade),
decentral1se marked this conversation as resolved
Review

Thanks! You'll need to run make i18n also.

Thanks! You'll need to run `make i18n` also.
Review

Did that. Its normal that it creates 700 changes?

Did that. Its normal that it creates 700 changes?
)
}

View File

@ -7,7 +7,7 @@
msgid ""
msgstr "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: EMAIL\n"
"POT-Creation-Date: 2026-03-03 01:02+0100\n"
"POT-Creation-Date: 2026-04-11 11:34+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3779,6 +3779,11 @@ msgstr ""
msgid "no recipe name provided"
msgstr ""
#: ./cli/app/upgrade.go:241
#, c-format
msgid "no release notes for upgrading from %s to %s"
msgstr ""
#: ./cli/app/secret.go:234
#, c-format
msgid "no secret %s available for recipe %s?"

File diff suppressed because it is too large Load Diff