diff options
author | Rémy Raes <contact@remyraes.com> | 2023-12-23 14:31:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 14:31:18 +0100 |
commit | 90881bd1f58e0bfa9ec5a7b8a47df2f5a1eb06af (patch) | |
tree | 4a51b0dbb05dab15f92cfabc5a615bb21ea5d166 /src-vue/src/i18n | |
parent | 37af27e6657feef928e811f752c3663133fad221 (diff) | |
download | FlightCore-90881bd1f58e0bfa9ec5a7b8a47df2f5a1eb06af.tar.gz FlightCore-90881bd1f58e0bfa9ec5a7b8a47df2f5a1eb06af.zip |
feat: Notification improvements (#720)
- display time of day in menu notifications
- make app icon blink (on Windows at least) when a notification is fired.
Diffstat (limited to 'src-vue/src/i18n')
-rw-r--r-- | src-vue/src/i18n/lang/en.json | 1 | ||||
-rw-r--r-- | src-vue/src/i18n/lang/fr.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json index 6fa6a965..6bbb6919 100644 --- a/src-vue/src/i18n/lang/en.json +++ b/src-vue/src/i18n/lang/en.json @@ -146,6 +146,7 @@ }, "notification": { + "date_prefix": "at", "no_new": { "title": "Up-to-date", "text": "Nothing to see here!" diff --git a/src-vue/src/i18n/lang/fr.json b/src-vue/src/i18n/lang/fr.json index 076806a5..d2de46b0 100644 --- a/src-vue/src/i18n/lang/fr.json +++ b/src-vue/src/i18n/lang/fr.json @@ -131,6 +131,7 @@ } }, "notification": { + "date_prefix": "à", "no_new": { "title": "Vous êtes à jour", "text": "Rien à voir par ici !" |