From 0b4c259880e21a90fb1ba80d10cc8c41cb1d0c3c Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 24 Nov 2024 23:04:07 -0600 Subject: [PATCH] App.vue: add i18n for network issue message --- src/App.vue | 19 +++++---- src/i18n/de.po | 106 ++++++++++++++++++++++++++--------------------- src/i18n/en.po | 104 +++++++++++++++++++++++++--------------------- src/i18n/es.po | 106 ++++++++++++++++++++++++++--------------------- src/i18n/fr.po | 110 ++++++++++++++++++++++++++++--------------------- src/i18n/nl.po | 106 ++++++++++++++++++++++++++--------------------- src/i18n/pt.po | 106 ++++++++++++++++++++++++++--------------------- src/i18n/ru.po | 106 ++++++++++++++++++++++++++--------------------- src/i18n/uk.po | 106 ++++++++++++++++++++++++++--------------------- src/i18n/zh.po | 106 ++++++++++++++++++++++++++--------------------- 10 files changed, 550 insertions(+), 425 deletions(-) diff --git a/src/App.vue b/src/App.vue index c593cd75c..b07129805 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,16 @@