fixed another typoe

This commit is contained in:
vabene1111 2021-01-05 22:54:46 +01:00
parent fdeede5717
commit d36e4c6e0a
14 changed files with 15 additions and 15 deletions

View File

@ -1149,7 +1149,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr "Això es convertirà en i Imatge"
#: cookbook/templates/markdown_info.html:152

View File

@ -1141,7 +1141,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr "Dieser Text hier wird ein Bild werden"
#: cookbook/templates/markdown_info.html:152

View File

@ -1075,7 +1075,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr ""
#: cookbook/templates/markdown_info.html:152

View File

@ -1140,7 +1140,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr "Esto se convertirá en una imagen"
#: cookbook/templates/markdown_info.html:152

View File

@ -1150,7 +1150,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr "Ceci deviendra une image"
#: cookbook/templates/markdown_info.html:152

View File

@ -1075,7 +1075,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr ""
#: cookbook/templates/markdown_info.html:152

View File

@ -1133,7 +1133,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr "Questo oggetto diventerà un'immagine"
#: cookbook/templates/markdown_info.html:152

View File

@ -1074,7 +1074,7 @@ msgstr ""
#: .\cookbook\templates\markdown_info.html:132
#: .\cookbook\templates\markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr "Tas kļūs par attēlu"
#: .\cookbook\templates\markdown_info.html:152

View File

@ -1140,7 +1140,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr "Dit wordt een afbeelding."
#: cookbook/templates/markdown_info.html:152

View File

@ -1075,7 +1075,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr ""
#: cookbook/templates/markdown_info.html:152

View File

@ -1075,7 +1075,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr ""
#: cookbook/templates/markdown_info.html:152

View File

@ -1075,7 +1075,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr ""
#: cookbook/templates/markdown_info.html:152

View File

@ -1075,7 +1075,7 @@ msgstr ""
#: cookbook/templates/markdown_info.html:132
#: cookbook/templates/markdown_info.html:145
msgid "This will become and image"
msgid "This will become an image"
msgstr ""
#: cookbook/templates/markdown_info.html:152

View File

@ -129,7 +129,7 @@
[](https://github.com/vabene1111/recipes)
[GitHub](https://github.com/vabene1111/recipes)
![{% trans 'This will become and image' %}]({% static 'favicon.png' %})
![{% trans 'This will become an image' %}]({% static 'favicon.png' %})
</code></pre>
<div style="text-align: center">
@ -142,7 +142,7 @@
<div class="card-body">
<a href="https://github.com/vabene1111/recipes">https://github.com/vabene1111/recipes</a> <br/>
<a href="https://github.com/vabene1111/recipes">GitHub</a> <br/>
<img src="{% static 'favicon.png' %}" class="img-fluid" alt="{% trans 'This will become and image' %}"
<img src="{% static 'favicon.png' %}" class="img-fluid" alt="{% trans 'This will become an image' %}"
style="height: 3vw">
</div>