From 036d46c4597d62b2a7e164dda8b4dac6aa03cc8f Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sun, 11 Nov 2018 12:35:30 +0900 Subject: show self host in unicode (#3200) --- src/client/app/mobile/views/pages/welcome.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/app/mobile/views') diff --git a/src/client/app/mobile/views/pages/welcome.vue b/src/client/app/mobile/views/pages/welcome.vue index 585bd4062b..9f8dfd17d9 100644 --- a/src/client/app/mobile/views/pages/welcome.vue +++ b/src/client/app/mobile/views/pages/welcome.vue @@ -76,6 +76,7 @@ import Vue from 'vue'; import i18n from '../../../i18n'; import { copyright, host } from '../../../config'; import { concat } from '../../../../../prelude/array'; +import { toUnicode } from 'punycode'; export default Vue.extend({ i18n: i18n('mobile/views/pages/welcome.vue'), @@ -85,7 +86,7 @@ export default Vue.extend({ copyright, stats: null, banner: null, - host, + host: toUnicode(host), name: 'Misskey', description: '', photos: [], -- cgit v1.3.1-freya