diff --git a/lang/ko.css b/lang/ko.css new file mode 100644 index 0000000..a9f1e5a --- /dev/null +++ b/lang/ko.css @@ -0,0 +1,6 @@ +:lang(ko) .theorem::before { content: '정리 ' counter(theorem) '. ' !important; } +:lang(ko) .lemma::before { content: '보조정리 ' counter(theorem) '. ' !important; } +:lang(ko) .proof::before { content: '증명. ' attr(title) !important; } +:lang(ko) .definition::before { content: '정의 ' counter(definition) '. ' !important; } +:lang(ko) caption::before { content: '표 ' counter(caption) '. ' !important; } +:lang(ko) figcaption::before { content: '그림 ' counter(figcaption) '. ' !important; } \ No newline at end of file diff --git a/languages.html b/languages.html index 5ea9d2f..732cc52 100644 --- a/languages.html +++ b/languages.html @@ -47,6 +47,7 @@