From 1aecfc781f30f0c1595ffd4dee64f081298c0f99 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Tue, 14 May 2024 18:04:40 +0900 Subject: [PATCH] fix: typo on btex doc --- assets/mods/basegame/books/btex.xml | 2 +- assets/mods/basegame/books/btex_ko.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/mods/basegame/books/btex.xml b/assets/mods/basegame/books/btex.xml index 9dd5ebf28..b5bb86da9 100644 --- a/assets/mods/basegame/books/btex.xml +++ b/assets/mods/basegame/books/btex.xml @@ -213,7 +213,7 @@
  • thepart — Part heading. Default: Part %1$s
  • parttype — Default style of the part tag. Default: I
  • thechapter — Chapter heading. Default: %1$s
  • -
  • parttype — Default style of the chapter tag. Default: 1
  • +
  • chaptertype — Default style of the chapter tag. Default: 1
  • The argument key %1$s will be replaced into a number, Roman numerals, etc. diff --git a/assets/mods/basegame/books/btex_ko.xml b/assets/mods/basegame/books/btex_ko.xml index f499a7cf7..d673f82f7 100644 --- a/assets/mods/basegame/books/btex_ko.xml +++ b/assets/mods/basegame/books/btex_ko.xml @@ -201,7 +201,7 @@

  • thepart — 부 제목 번호. 기본값: Part %1$s
  • parttypepart 태그의 기본 스타일. 기본값: I
  • thechapter — 장 제목 번호. 기본값: %1$s
  • -
  • parttypechapter 태그의 기본 스타일. 기본값: 1
  • +
  • chaptertypechapter 태그의 기본 스타일. 기본값: 1
  • 매개변수인 %1$s는 각 제목의 type 속성에 따라 적절한 숫자로 치환된다.