mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-18 12:32:26 +01:00
feat:#60 format, lint and fix build
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default {
|
||||
en : {
|
||||
en: {
|
||||
createCalendar: "Create Calendar",
|
||||
editCalendar: "Edit Calendar",
|
||||
roomFinder: "Room Finder",
|
||||
@@ -7,12 +7,12 @@ export default {
|
||||
imprint: "Imprint",
|
||||
privacy: "Privacy Policy",
|
||||
},
|
||||
de : {
|
||||
de: {
|
||||
createCalendar: "Kalender erstellen",
|
||||
editCalendar: "Kalender bearbeiten",
|
||||
roomFinder: "Raumfinder",
|
||||
faq: "FAQ",
|
||||
imprint: "Impressum",
|
||||
privacy: "Datenschutz"
|
||||
}
|
||||
}
|
||||
privacy: "Datenschutz",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user