fix: i18n & clarify no release notes msg #819
@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@ -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
Reference in New Issue
Block a user
Thanks! You'll need to run
make i18nalso.Did that. Its normal that it creates 700 changes?