Skip to content

Commit

Permalink
Merge pull request #156 from fsinfuhh/fix/format_string_it
Browse files Browse the repository at this point in the history
Fix format strings in Italian translation
  • Loading branch information
timonegk authored Jan 12, 2024
2 parents f330ae5 + 23b085f commit 8248fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locale/it_IT/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ msgid ""
" "
msgstr ""
"\n"
" <b>Attenzione!</b> %(site_name) è configurato con "
" <b>Attenzione!</b> %(site_name)s è configurato con "
"l'impostazione <code>DEBUG = True</code>.\n"
" "

Expand Down Expand Up @@ -2140,7 +2140,7 @@ msgstr ""
"\n"
"hai richiesto di associare l'indirizzo email\n"
" %(email)s\n"
"con il profilo %(username)s di %(project_name).\n"
"con il profilo %(username)s di %(project_name)s.\n"
"\n"
"Se è corretto, verifica l'indirizzo cliccando su questo collegamento:\n"
" %(link)s\n"
Expand Down

0 comments on commit 8248fb2

Please sign in to comment.