mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
on/off switch for notifs - no actual notifs yet
This commit is contained in:
+6
-1
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user