Skip to content

Commit

Permalink
Add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 22, 2019
1 parent 86e92ad commit 515a207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/helpers/generateLRS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export default function generateLRS() {
new Statement(NS.schema("dateModified"), NS.rdfs("label"), Literal.find("Bewerkt op", languages.nl)),
new Statement(NS.schema("eventStatus"), NS.rdfs("label"), Literal.find("Status", languages.nl)),
new Statement(NS.schema("location"), NS.rdfs("label"), Literal.find("Locatie", languages.nl)),
new Statement(NS.schema("isBasedOn"), NS.rdfs("label"), Literal.find("Gebaseerd op", languages.nl)),
new Statement(NS.schema("invitee"), NS.rdfs("label"), Literal.find("Genodigden", languages.nl)),
new Statement(NS.schema("name"), NS.rdfs("label"), Literal.find("Naam", languages.nl)),
new Statement(NS.schema("organizer"), NS.rdfs("label"), Literal.find("Georganiseerd door", languages.nl)),
Expand Down

0 comments on commit 515a207

Please sign in to comment.