aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src/i18n')
-rw-r--r--src-vue/src/i18n/lang/en.json1
-rw-r--r--src-vue/src/i18n/lang/fr.json1
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 !"