diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-10 23:23:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-10 23:23:23 +0000 |
commit | 765bb9e8694ae9806f43c102dd9fb2cb3662179d (patch) | |
tree | 46f552798cea19cb78d283a265ddb42af3ae8d12 /Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf | |
parent | b2284ba3ff1934d059ac5273c78c325f513bbf26 (diff) |
datetime2-english (9mar16)
git-svn-id: svn://tug.org/texlive/trunk@39991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf')
-rw-r--r-- | Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf index 4b6580fcc1d..188a5fd3f7d 100644 --- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf +++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf @@ -44,14 +44,16 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesDateTimeModule{en-JE}[2016/01/23 v1.03 (NLCT)] +\ProvidesDateTimeModule{en-JE}[2016/03/09 v1.04 (NLCT)] \RequireDateTimeModule{english-base} +\newcommand*{\DTMenJEdowdaysep}{\space} \newcommand*{\DTMenJEdaymonthsep}{\space} \newcommand*{\DTMenJEmonthyearsep}{\space} \newcommand*{\DTMenJEdatetimesep}{\space} \newcommand*{\DTMenJEtimezonesep}{\space} \newcommand*{\DTMenJEdatesep}{/} \newcommand*{\DTMenJEtimesep}{:} +\DTMdefkey{en-JE}{dowdaysep}{\renewcommand*{\DTMenJEdowdaysep}{#1}} \DTMdefkey{en-JE}{daymonthsep}{\renewcommand*{\DTMenJEdaymonthsep}{#1}} \DTMdefkey{en-JE}{monthyearsep}{\renewcommand*{\DTMenJEmonthyearsep}{#1}} \DTMdefkey{en-JE}{datetimesep}{\renewcommand*{\DTMenJEdatetimesep}{#1}} @@ -90,7 +92,7 @@ \DTMifbool{en-JE}{abbr}% {\DTMenglishshortweekdayname{##4}}% {\DTMenglishweekdayname{##4}}% - \space + \DTMenJEdowdaysep \fi \fi \DTMifbool{en-JE}{showdayofmonth}% |