blob: e91698f433553ac735ac83aafefe21989bd0d9e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
\ProvidesFile{gloss-samin.ldf}[polyglossia: module for samin]
% We only provide this gloss for babel compatibility. Since samin is
% a sami variety, we use 'sami' with variant 'northern' now.
\input{gloss-sami.ldf}
\PolyglossiaSetup{samin}{
hyphennames={samin},
hyphenmins={2,2},
language={Northern Sami},
langtag=NSM,
fontsetup=true,
}
\let\captionssamin\captionssami@nothern
\let\datesamin\datesami@nothern
\endinput
|