diff --git a/ext/css/visibility-modifiers.css b/ext/css/visibility-modifiers.css
index f461b9c11..42f0439a3 100644
--- a/ext/css/visibility-modifiers.css
+++ b/ext/css/visibility-modifiers.css
@@ -13,3 +13,6 @@
:root:is([data-language=ja], [data-language=zh], [data-language=yue], [data-language=ko]) .not-jpzhyueko {
display: none;
}
+:root:not([data-language=ja]) .jp-only {
+ display: none;
+}
\ No newline at end of file
diff --git a/ext/settings.html b/ext/settings.html
index 27fefef7f..1227ccf0e 100644
--- a/ext/settings.html
+++ b/ext/settings.html
@@ -864,7 +864,7 @@
Yomitan Settings
-
+
Term display style
Change how terms and their readings are displayed.
@@ -878,10 +878,10 @@
Yomitan Settings
-
+
Reading mode
-
Change what type of furigana is displayed for parsed text.
+
Change what type of furigana is displayed for parsed text. Japanese only.
-
+
@@ -1529,7 +1532,7 @@
Yomitan Settings
Parse sentences using
MeCab
- Sentence words are parsed using a third-party program.
+ Sentence words are parsed using a third-party program. Japanese only.
More…