blob: 45a4c6af004d32f94eb8dfc0e052ab44410bf038 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
\ProvidesFile{gloss-afrikaans.ldf}[polyglossia: module for afrikaans]
\PolyglossiaSetup{afrikaans}{
bcp47=af,
hyphennames={afrikaans,dutch},
hyphenmins={2,2},
langtag=AFK,
frenchspacing=true,
fontsetup=true,
}
% BCP-47 compliant aliases
\setlanguagealias*{afrikaans}{af}
\define@boolkey{afrikaans}[afrikaans@]{babelshorthands}[true]{}
% Register default options
\xpg@initialize@gloss@options{afrikaans}{babelshorthands=false}
\ifsystem@babelshorthands
\setkeys{afrikaans}{babelshorthands=true}
\else
\setkeys{afrikaans}{babelshorthands=false}
\fi
\ifcsundef{initiate@active@char}{%
\input{babelsh.def}%
\initiate@active@char{"}%
\shorthandoff{"}%
}{}
\def\afrikaans@shorthands{%
\bbl@activate{"}%
\def\language@group{afrikaans}%
\declare@shorthand{afrikaans}{"-}{\nobreak-\bbl@allowhyphens}
\declare@shorthand{afrikaans}{"~}{\textormath{\leavevmode\hbox{-}}{-}}
\declare@shorthand{afrikaans}{"|}{%
\textormath{\discretionary{-}{}{\kern.03em}}{}}
\declare@shorthand{afrikaans}{""}{\hskip\z@skip}
\declare@shorthand{afrikaans}{"/}{\textormath
{\bbl@allowhyphens\discretionary{/}{}{/}\bbl@allowhyphens}{}}%
\def\-{\bbl@allowhyphens\discretionary{-}{}{}\bbl@allowhyphens}%
}
\def\noafrikaans@shorthands{%
\@ifundefined{initiate@active@char}{}{\bbl@deactivate{"}}%
}
\def\captionsafrikaans{%
\def\prefacename{Voorwoord}%
\def\refname{Verwysings}%
\def\abstractname{Samevatting}%
\def\bibname{Bibliografie}%
\def\chaptername{Hoofstuk}%
\def\appendixname{Bylae}%
\def\contentsname{Inhoudsopgawe}%
\def\listfigurename{Lys van figure}%
\def\listtablename{Lys van tabelle}%
\def\indexname{Inhoud}%
\def\figurename{Figuur}%
\def\tablename{Tabel}%
\def\partname{Deel}%
\def\enclname{Bylae(n)}%
\def\ccname{a.\,a.}%
\def\headtoname{Aan}%
\def\pagename{Bladsy}%
\def\seename{sien}%
\def\alsoname{sien ook}%
\def\proofname{Bewys}%
% \def\glossaryname{}%
}
\def\dateafrikaans{%
\def\today{\number\day~\ifcase\month\or
Januarie\or Februarie\or Maart\or April\or Mei\or Junie\or
Julie\or Augustus\or September\or Oktober\or November\or
Desember\fi
\space \number\year}%
}
\def\noextras@afrikaans{%
\ifafrikaans@babelshorthands\noafrikaans@shorthands\fi%
}
\def\blockextras@afrikaans{%
\ifafrikaans@babelshorthands\afrikaans@shorthands\else\noafrikaans@shorthands\fi%
}
\def\inlineextras@afrikaans{%
\ifafrikaans@babelshorthands\afrikaans@shorthands\else\noafrikaans@shorthands\fi%
}
\endinput
|