Skip to content

Commit d0898b8

Browse files
committed
feature #178 German translations for flash messages (xabbuh)
This PR was squashed before being merged into the master branch (closes #178). Discussion ---------- German translations for flash messages This adds German translations for the flash messages added in #163. Commits ------- af2192d German translations for flash messages
2 parents b898878 + af2192d commit d0898b8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/Resources/translations/messages.de.xliff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,18 @@
199199
<source>post.no_posts_found</source>
200200
<target>Keine Beiträge gefunden.</target>
201201
</trans-unit>
202+
<trans-unit id="post.created_successfully">
203+
<source>post.created_successfully</source>
204+
<target>Der Beitrag wurde erfolgreich erstellt!</target>
205+
</trans-unit>
206+
<trans-unit id="post.updated_successfully">
207+
<source>post.updated_successfully</source>
208+
<target>Der Beitrag wurde erfolgreich bearbeitet!</target>
209+
</trans-unit>
210+
<trans-unit id="post.deleted_successfully">
211+
<source>post.deleted_successfully</source>
212+
<target>Der Beitrag wurde erfolgreich gelöscht!</target>
213+
</trans-unit>
202214

203215
<trans-unit id="help.app_description">
204216
<source>help.app_description</source>

0 commit comments

Comments
 (0)