From c44676eb261a3bd59a633328115366e421c34573 Mon Sep 17 00:00:00 2001 From: Alexis Jeandeau Date: Tue, 26 Jan 2021 10:04:59 +0900 Subject: [PATCH] Add temporary translations for \tocchapterabbreviationname and \pageabbreviationname --- lib/languages/_template.sty | 1 + lib/languages/japanese.sty | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/languages/_template.sty b/lib/languages/_template.sty index f5e0cbd9..38b16866 100644 --- a/lib/languages/_template.sty +++ b/lib/languages/_template.sty @@ -67,6 +67,7 @@ \renewcommand\spellcomponentsname{Components} \renewcommand\spelldurationname{Duration} % Miscellaneous + \renewcommand\tocchapterabbreviationname{Ch.} \renewcommand\pageabbreviationname{pg.} \renewcommand\dname{d} } diff --git a/lib/languages/japanese.sty b/lib/languages/japanese.sty index b63a50c0..5a3d0bd3 100644 --- a/lib/languages/japanese.sty +++ b/lib/languages/japanese.sty @@ -66,6 +66,7 @@ \renewcommand\spellcomponentsname{構成要素} \renewcommand\spelldurationname{持続時間} % Miscellaneous - \renewcommand\pageabbreviationname{pg.} + \renewcommand\tocchapterabbreviationname{章} % TODO: Update to 第|1|章 when https://github.com/rpgtex/DND-5e-LaTeX-Template/issues/308 is closed + \renewcommand\pageabbreviationname{ページ} % TODO: Update to |1|ページ when https://github.com/rpgtex/DND-5e-LaTeX-Template/issues/308 is closed \renewcommand\dname{d} }