Skip to content

Commit

Permalink
fix: use single quotes for locale keys with new line char (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Oct 4, 2024
1 parent 29c555c commit a021441
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions locales/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ _version: 2
en: "Dropping you to shell. Fix what you need and then exit the shell."
"Topgrade launched in a new tmux session":
en: "Topgrade launched in a new tmux session"
#TODO: See if the \n breaks anything
"Topgrade upgraded to {version}:\n":
en: "Topgrade upgraded to %{version}:\n"
'Topgrade upgraded to {version}:\n':
en: 'Topgrade upgraded to %{version}:\n'
"Topgrade is up-to-date":
en: "Topgrade is up-to-date"
"Updating modules...":
Expand Down Expand Up @@ -284,8 +283,8 @@ _version: 2
"Retry? (y)es/(N)o/(s)hell/(q)uit":
en: "Retry? (y)es/(N)o/(s)hell/(q)uit"
# 'R', 'S', 'Q' have to stay the same throughout all translations. Eg German would look like "\n(R) Neustarten\n(S) Konsole\n(Q) Beenden"
"\n(R)eboot\n(S)hell\n(Q)uit":
en: "\n(R)eboot\n(S)hell\n(Q)uit"
'\n(R)eboot\n(S)hell\n(Q)uit':
en: '\n(R)eboot\n(S)hell\n(Q)uit'
"Require sudo or counterpart but not found, skip":
en: "Require sudo or counterpart but not found, skip"
"sudo as user '{user}'":
Expand All @@ -300,4 +299,9 @@ _version: 2
en: "No packages installed with Volta"
"pyenv-update plugin is not installed":
en: "pyenv-update plugin is not installed"

"Respawning...":
en: "Respawning..."
"Could not find Topgrade in any WSL disribution":
en: "Could not find Topgrade in any WSL disribution"
"Windows Update":
en: "Windows Update"

0 comments on commit a021441

Please sign in to comment.