blob: 14a2388441f644141dcac3a202579573e7bb253e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
\ProvidesFile{gloss-scottish.ldf}[polyglossia: module for scottish]
% We only provide this gloss for babel compatibility. Since scottish is
% a gaelic variety, we use 'gaelic' with variant 'scottish' now.
\input{gloss-gaelic.ldf}
\PolyglossiaSetup{scottish}{
hyphennames={scottish},
hyphenmins={2,2},
langtag=GAE,
fontsetup=true,
}
\let\captionsscottish\captionsgaelic@scottish
\let\datescottish\dategaelic@scottish
\endinput
|