on/off switch for notifs - no actual notifs yet

This commit is contained in:
Emily Liu
2021-01-02 02:05:05 -05:00
parent 4c5d37b90e
commit f327c92573
9 changed files with 255 additions and 10 deletions
+6 -1
View File
@@ -47,12 +47,17 @@ export default {
},
settings: {
settings: "Settings",
language: "Language"
language: "Language",
notifications: "Notifications",
},
language: {
SelectLanguage: "Select Language",
English: "English",
Spanish: "Spanish",
note: "*App will reload on language change"
},
notifications: {
announcements: "Announcements",
events: "Calendar Events"
}
}
+6 -1
View File
@@ -47,12 +47,17 @@ export default {
},
settings: {
settings: "Configuraciones",
language: "Idioma"
language: "Idioma",
notifications: "ESNotifications"
},
language: {
SelectLanguage: "Seleccione el idioma",
English: "Inglés",
Spanish: "Español",
note: "*La aplicación se recargará al cambiar de idioma"
},
notifications: {
announcements: "ESAnnouncements",
events: "ESCalendar Events"
}
}