Skip to content

Commit

Permalink
Enable Spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Oct 23, 2023
1 parent 3855ca1 commit 1627fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
app.config["LANGUAGES"] = {
"en": "English",
"de": "Deutsch",
"es": "Español",
"fr": "Français",
"id": "Bahasa Indonesia",
"it": "Italiano",
Expand Down
3 changes: 1 addition & 2 deletions translations/es/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2795,7 +2795,7 @@ msgid ""
"automatically</a>,\n"
"\t\t\twhich will override your selection."
msgstr ""
"El .conf de su paquete puede <a href=\"/help/paquete_config/\">configurar"
"El .conf de su paquete puede <a href=\"/help/package_config/\">configurar"
" esto automáticamente</a>,\n"
"\t\t\tlo que anulará tu selección."

Expand Down Expand Up @@ -4735,4 +4735,3 @@ msgstr ""

#~ msgid "It is recommended that you set a password for your account."
#~ msgstr "Se recomienda que establezcas una contraseña para tu cuenta."

0 comments on commit 1627fa5

Please sign in to comment.