Skip to content

Commit bea38cc

Browse files
authored
Add i18n translation for Author labels (#311)
Closes #310
1 parent d0bb8e3 commit bea38cc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/_i18n/i18n.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Author = Author
2525
AuthorID = Author ID
2626
Name = Name
2727
AuthorName = Author's Name
28+
DateOfBirth = Date of Birth
29+
DateOfDeath = Date of Death
30+
PlaceOfBirth = Place of Birth
31+
PlaceOfDeath = Place of Death
2832
2933
Order = Order
3034
Orders = Orders

app/_i18n/i18n_de.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Author = Autor
2525
AuthorID = ID des Autors
2626
Name = Name
2727
AuthorName = Name des Autors
28+
DateOfBirth = Geburtsdatum
29+
DateOfDeath = Sterbedatum
30+
PlaceOfBirth = Geburtsort
31+
PlaceOfDeath = Sterbeort
2832

2933
Order = Bestellung
3034
Orders = Bestellungen

0 commit comments

Comments
 (0)