diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-03 22:45:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-03 22:45:31 +0000 |
commit | 6b428e6cd33a420b0df0915e9ac45f66786c3099 (patch) | |
tree | cd9dd8952bae469cc215d21ac717baad839d0f61 /Master/texmf-dist/tex/generic/babel/locale | |
parent | bc810e6340a36baa5a2918ed256a605f54f04811 (diff) |
babel (3oct18)
git-svn-id: svn://tug.org/texlive/trunk@48825 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/babel/locale')
5 files changed, 38 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/babel/locale/km/babel-khmer.tex b/Master/texmf-dist/tex/generic/babel/locale/km/babel-khmer.tex index f8cf086111a..3ba0fa6a5b7 100644 --- a/Master/texmf-dist/tex/generic/babel/locale/km/babel-khmer.tex +++ b/Master/texmf-dist/tex/generic/babel/locale/km/babel-khmer.tex @@ -9,4 +9,23 @@ \fi \BabelBeforeIni{km}{% } + +\addto\datekhmer{% + \babel@save\BabelDated + \def\BabelDated#1{{\expandafter\khmerdigits\expandafter{#1}}}% + \babel@save\BabelDatey + \def\BabelDatey#1{{\expandafter\khmerdigits\expandafter{#1}}}} + +\ifcase\bbl@engine\or\or + \bbl@tentative{khmer}% + \bbl@add\extraskhmer{% + \XeTeXlinebreaklocale "kh" + \bbl@xeisp@Khmr + \bbl@xeipn@Khmr + } + \bbl@add\noextraskhmer{% + \XeTeXlinebreaklocale "en" + } +\fi + \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/km/babel-km.ini b/Master/texmf-dist/tex/generic/babel/locale/km/babel-km.ini index 701fe382291..e1982e22111 100644 --- a/Master/texmf-dist/tex/generic/babel/locale/km/babel-km.ini +++ b/Master/texmf-dist/tex/generic/babel/locale/km/babel-km.ini @@ -11,8 +11,8 @@ [identification] charset = utf8 -version = 1.2 -date = 2018-09-07 +version = 1.3 +date = 2018-10-02 name.local = ខ្មែរ name.english = Khmer name.babel = khmer @@ -24,6 +24,7 @@ script.tag.opentype = khmr level = 1 encodings = derivate = no +require.babel = khmer [captions] preface = អារម្ភកថា diff --git a/Master/texmf-dist/tex/generic/babel/locale/lo/babel-lao.tex b/Master/texmf-dist/tex/generic/babel/locale/lo/babel-lao.tex index d2d995ffacf..af23d42cb97 100644 --- a/Master/texmf-dist/tex/generic/babel/locale/lo/babel-lao.tex +++ b/Master/texmf-dist/tex/generic/babel/locale/lo/babel-lao.tex @@ -9,4 +9,15 @@ \fi \BabelBeforeIni{lo}{% } + +\ifcase\bbl@engine\or\or + \bbl@tentative{lao}% + \addto\extraslao{% + \XeTeXlinebreaklocale "lo" + \bbl@xeisp@Laoo + \bbl@xeipn@Laoo} + \addto\noextraslao{% + \XeTeXlinebreaklocale "en"} +\fi + \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/generic/babel/locale/lo/babel-lo.ini b/Master/texmf-dist/tex/generic/babel/locale/lo/babel-lo.ini index 255e260db93..885852cb907 100644 --- a/Master/texmf-dist/tex/generic/babel/locale/lo/babel-lo.ini +++ b/Master/texmf-dist/tex/generic/babel/locale/lo/babel-lo.ini @@ -11,8 +11,8 @@ [identification] charset = utf8 -version = 1.2 -date = 2018-09-07 +version = 1.3 +date = 2018-10-02 name.local = ລາວ name.english = Lao name.babel = lao @@ -24,6 +24,7 @@ script.tag.opentype = lao level = 1 encodings = derivate = no +require.babel = lao [captions] preface = ຄໍານໍາ diff --git a/Master/texmf-dist/tex/generic/babel/locale/th/babel-thai.tex b/Master/texmf-dist/tex/generic/babel/locale/th/babel-thai.tex index 994b33fe302..e8c2517a87d 100644 --- a/Master/texmf-dist/tex/generic/babel/locale/th/babel-thai.tex +++ b/Master/texmf-dist/tex/generic/babel/locale/th/babel-thai.tex @@ -16,10 +16,10 @@ \ifcase\bbl@engine\or\or \bbl@tentative{thai}% - % \XeTeXlinebreakskip should be reset with \fontsize \addto\extrasthai{% \XeTeXlinebreaklocale "th" - \XeTeXlinebreakskip 0em plus .1em} + \bbl@xeisp@Thai + \bbl@xeipn@Thai} \addto\noextrasthai{% \XeTeXlinebreaklocale "en"} \fi |