diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index cab7d16..2cd945a 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -37,17 +37,6 @@
-
+
<%= icon('fa-coffee fa-fw') << t('terms.misc') << icon('pull-right fa-caret-down') %>
@@ -52,6 +53,16 @@
<%= link_to_other t('tutorials.index.page_title'), tutorials_path %>
-
+
+
+
+
+ <%= icon('fa-font') << t('terms.languages') << icon('pull-right fa-caret-down') %>
+
+
+ -
+ <%= language_menu %>
+
+
diff --git a/config/locales/translation_en.yml b/config/locales/translation_en.yml
index aafda0e..f7719ef 100644
--- a/config/locales/translation_en.yml
+++ b/config/locales/translation_en.yml
@@ -44,6 +44,7 @@ en:
advanced_setting: Advanced Setting
notice_restart_for_config_edit: "NOTICE: fluentd will restart after update config"
lines: Lines
+ languages: Language
plugins:
notice_restart_for_config_edit: "NOTICE: fluentd will restart after update config"
diff --git a/config/locales/translation_ja.yml b/config/locales/translation_ja.yml
index 2ede1e7..deef2a1 100644
--- a/config/locales/translation_ja.yml
+++ b/config/locales/translation_ja.yml
@@ -44,6 +44,7 @@ ja:
advanced_setting: 高度な設定
notice_restart_for_config_edit: ※更新するとfluentdが再起動されます
lines: 行
+ languages: 言語
plugins:
notice_restart_for_config_edit: ※更新するとfluentdが再起動されます