blob: 21f9d6385b7b798f7da454512081778ff22f4eb1 (
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
|
\ProvidesFile{gloss-welsh.ldf}[polyglossia: module for welsh]
\makeatletter
\def\welsh@font{\normalfontlatin}
\ifx\l@welsh\@undefined%
\xpg@nopatterns{Welsh}%
\adddialect\l@welsh0%
\fi
\def\captionswelsh{%
\def\refname{\textwelsh{Cyfeiriadau}}%
\def\abstractname{\textwelsh{Crynodeb}}%
\def\bibname{\textwelsh{Llyfryddiaeth}}%
\def\prefacename{\textwelsh{Rhagair}}%
\def\chaptername{\textwelsh{Pennod}}%
\def\appendixname{\textwelsh{Atodiad}}%
\def\contentsname{\textwelsh{Cynnwys}}%
\def\listfigurename{\textwelsh{Rhestr Ddarluniau}}%
\def\listtablename{\textwelsh{Rhestr Dablau}}%
\def\indexname{\textwelsh{Mynegai}}%
\def\figurename{\textwelsh{Darlun}}%
\def\tablename{\textwelsh{Taflen}}%
%\def\thepart{\textwelsh{}}%
\def\partname{\textwelsh{Rhan}}%
\def\pagename{\textwelsh{tudalen}}%
\def\seename{\textwelsh{gweler}}%
\def\alsoname{\textwelsh{gweler hefyd}}%
\def\enclname{\textwelsh{amgaeëdig}}%
\def\ccname{\textwelsh{copïau}}%
\def\headtoname{\textwelsh{At}}%
\def\proofname{\textwelsh{Prawf}}%
\def\glossaryname{\textwelsh{Rhestr termau}}%
}
\def\datewelsh{%
\def\today{\textwelsh{\ifnum\day=1\relax 1\/\textsuperscript{añ}\else%
\number\day\fi\space\ifcase\month\or
Ionawr\or Chwefror\or Mawrth\or Ebrill\or
Mai\or Mehefin\or Gorffennaf\or Awst\or
Medi\or Hydref\or Tachwedd\or Rhagfyr\fi%
\space\number\year}}%
}
\def\welsh@language{\protect\language=\l@welsh}
\setlocalhyphenmins{welsh}{2}{3}%
\endinput
|