From 49ab19c342701bc08f5674302c8aab50186a1d5b Mon Sep 17 00:00:00 2001 From: Hakaba Hitoyo Date: Tue, 4 Sep 2018 10:59:02 +0900 Subject: features panel i18n --- src/components/features_panel/features_panel.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/components/features_panel/features_panel.vue') diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue index 5c532f1a..c191d66b 100644 --- a/src/components/features_panel/features_panel.vue +++ b/src/components/features_panel/features_panel.vue @@ -3,18 +3,18 @@
- Features + {{$t('features_panel.title')}}
    -
  • Chat
  • -
  • Gopher
  • -
  • Who to follow
  • -
  • Media proxy
  • -
  • Scope options
  • -
  • Formatting options
  • -
  • Text limit = {{textlimit}}
  • +
  • {{$t('features_panel.chat')}}
  • +
  • {{$t('features_panel.gopher')}}
  • +
  • {{$t('features_panel.who_to_follow')}}
  • +
  • {{$t('features_panel.media_proxy')}}
  • +
  • {{$t('features_panel.scope_options')}}
  • +
  • {{$t('features_panel.formatting_options')}}
  • +
  • {{$t('features_panel.text_limit')}} = {{textlimit}}
-- cgit v1.2.3-70-g09d2