diff options
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/polyglossia/gloss-scottish.ldf')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/polyglossia/gloss-scottish.ldf | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/xelatex/polyglossia/gloss-scottish.ldf b/Master/texmf-dist/tex/xelatex/polyglossia/gloss-scottish.ldf new file mode 100644 index 00000000000..4559ec68b5b --- /dev/null +++ b/Master/texmf-dist/tex/xelatex/polyglossia/gloss-scottish.ldf @@ -0,0 +1,48 @@ +\ProvidesFile{gloss-scottish.ldf}[polyglossia: module for scottish] +\makeatletter +\def\scottish@font{\normalfontlatin} + +\ifx\l@scottish\@undefined% + \xpg@nopatterns{Scottish}% + \adddialect\l@scottish0% +\fi + +\def\captionsscottish{% + \def\refname{\textscottish{Iomraidh}}% + \def\abstractname{\textscottish{Brìgh}}% + \def\bibname{\textscottish{Leabhraichean}}% + \def\prefacename{\textscottish{Preface}}% <-- needs translation + \def\chaptername{\textscottish{Caibideil}}% + \def\appendixname{\textscottish{Ath-sgr`ıobhadh}}% + \def\contentsname{\textscottish{Clàr-obrach}}% + \def\listfigurename{\textscottish{Liosta Dhealbh}}% + \def\listtablename{\textscottish{Liosta Chlàr}}% + \def\indexname{\textscottish{Clàr-innse}}% + \def\figurename{\textscottish{Dealbh}}% + \def\tablename{\textscottish{Clàr}}% + %\def\thepart{\textscottish{}}% + \def\partname{\textscottish{Cuid}}% + \def\pagename{\textscottish{t.d.}}% + \def\seename{\textscottish{see}}% <-- needs translation + \def\alsoname{\textscottish{see also}}% <-- needs translation + \def\enclname{\textscottish{a-staigh}}% + \def\ccname{\textscottish{lethbhreac gu}}% + \def\headtoname{\textscottish{gu}}% + \def\proofname{\textscottish{Proof}}% <-- needs translation + \def\glossaryname{\textscottish{Glossary}}% <-- needs translation + } +\def\datescottish{% + \def\today{\textscottish{% + \number\day\space \ifcase\month\or + am Faoilteach\or an Gearran\or am Màrt\or an Giblean\or + an Cèitean\or an t-Òg mhios\or an t-Iuchar\or + Lùnasdal\or an Sultuine\or an Dàmhar\or + an t-Samhainn\or an Dubhlachd\fi + \space \number\year}}% + } + +\def\scottish@language{\protect\language=\l@scottish} + +\setlocalhyphenmins{scottish}{2}{2}% + +\endinput |