We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
powermenu
Hello!
Observe these highlighted lines:
polybar-themes/simple/hack/scripts/powermenu.sh
Lines 14 to 18 in 5f4ea81
I would replace with:
# 🇬🇧 Translations # 🇵🇹 Traduções # 🇪🇸 Traducciones curlang="${LANG:0:2}" case "$curlang" in es) # 🇪🇸 Spanish lock="Bloquear la pantalla" logout="Cerrar la sesión" reboot="Reiniciar" shutdown="Cerrar" suspend="Dormir" ;; pt) # 🇵🇹 Portuguese lock="Bloquear o ecrã" logout="Encerrar a sessão" reboot="Reinicializar" shutdown="Encerrar" suspend="Dormir" ;; pt_BR) # 🇧🇷 Brazilian Portuguese lock="Bloquear a tela" logout="Sair da sessão" reboot="Reiniciar" shutdown="Desligar" suspend="Dormir" ;; *) # 🇬🇧 Assuming default English # 🇵🇹 Supondo o inglês como padrão # 🇪🇸 Suponiendo el inglés como predeterminado lock="Lock the screen" logout="Log out" reboot="Reboot" shutdown="Shut down" suspend="Sleep" ;; esac shutdown=" ${shutdown}" reboot=" ${reboot}" lock=" ${lock}" suspend=" ${suspend}" logout=" ${logout}"
Is it safe?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Observe these highlighted lines:
polybar-themes/simple/hack/scripts/powermenu.sh
Lines 14 to 18 in 5f4ea81
I would replace with:
Is it safe?
The text was updated successfully, but these errors were encountered: