diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf')
-rw-r--r-- | Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf index 3c257987f5d..c5642d58bca 100644 --- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf +++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf @@ -44,14 +44,16 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesDateTimeModule{en-GG}[2016/01/23 v1.03 (NLCT)] +\ProvidesDateTimeModule{en-GG}[2016/03/09 v1.04 (NLCT)] \RequireDateTimeModule{english-base} +\newcommand*{\DTMenGGdowdaysep}{\space} \newcommand*{\DTMenGGdaymonthsep}{\space} \newcommand*{\DTMenGGmonthyearsep}{\space} \newcommand*{\DTMenGGdatetimesep}{\space} \newcommand*{\DTMenGGtimezonesep}{\space} \newcommand*{\DTMenGGdatesep}{/} \newcommand*{\DTMenGGtimesep}{:} +\DTMdefkey{en-GG}{dowdaysep}{\renewcommand*{\DTMenGGdowdaysep}{#1}} \DTMdefkey{en-GG}{daymonthsep}{\renewcommand*{\DTMenGGdaymonthsep}{#1}} \DTMdefkey{en-GG}{monthyearsep}{\renewcommand*{\DTMenGGmonthyearsep}{#1}} \DTMdefkey{en-GG}{datetimesep}{\renewcommand*{\DTMenGGdatetimesep}{#1}} @@ -90,7 +92,7 @@ \DTMifbool{en-GG}{abbr}% {\DTMenglishshortweekdayname{##4}}% {\DTMenglishweekdayname{##4}}% - \space + \DTMenGGdowdaysep \fi \fi \DTMifbool{en-GG}{showdayofmonth}% |