diff --git a/app/package.json b/app/package.json
index 1a5e1a9d..2932ef19 100644
--- a/app/package.json
+++ b/app/package.json
@@ -8,7 +8,8 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
- "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
+ "i18n": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/i18n/locales/*.json'",
+ "i18n:en": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/i18n/locales/en.json'"
},
"dependencies": {
"bootstrap-vue": "^2.18.1",
diff --git a/app/src/App.vue b/app/src/App.vue
index ad73b298..7f53cf29 100644
--- a/app/src/App.vue
+++ b/app/src/App.vue
@@ -62,22 +62,11 @@
{{ $t('footer.donate') }}
-
-
-
- YunoHost
-
-
-
- {{ yunohost.version }}
-
-
- {{ yunohost.repo }}
-
-
+
+
diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json
index ef62726d..2f121ece 100644
--- a/app/src/i18n/locales/en.json
+++ b/app/src/i18n/locales/en.json
@@ -116,7 +116,6 @@
"created_at": "Created at",
"custom_app_install": "Install custom app",
"custom_app_url_only_github": "Currently only from GitHub",
- "default": "Default",
"delete": "Delete",
"description": "Description",
"details": "Details",
@@ -156,8 +155,8 @@
"experimental": "Experimental",
"experimental_warning": "Warning: this feature is experimental and not consider stable, you shouldn't be using it except if you know what you are doing.",
"firewall": "Firewall",
+ "footer_version": "Powered by YunoHost {version} ({repo}).",
"footer": {
- "version": "Powered by {ynh} {version} ({repo}).",
"documentation": "Documentation",
"help": "Need help?",
"donate": "Donate"
@@ -443,7 +442,8 @@
"warnings": "{count} warnings",
"warning_first_user": "You probably need to create a user first.",
"words": {
- "collapse": "Collapse"
+ "collapse": "Collapse",
+ "default": "Default"
},
"wrong_password": "Wrong password",
"yes": "Yes",
diff --git a/app/src/views/domain/DomainList.vue b/app/src/views/domain/DomainList.vue
index d96e2732..3cba2b35 100644
--- a/app/src/views/domain/DomainList.vue
+++ b/app/src/views/domain/DomainList.vue
@@ -24,8 +24,8 @@
{{ domain }}
- {{ $t('default') }}
-
+ {{ $t('words.default') }}
+
https://{{ domain }}