luatex-hyphen does not recognize "bahasa" as a language. Changing
the babel name to "indonesian" leads to successful export with
LuaTeX as well as others.
For more information, see:
http://tug.org/mailman/htdig/tex-hyphen/2013-November/000986.html
Is this OK for 2.1?
Scott
From 2a3459b3b3f4f3e369264a69b0626655aed59282 Mon Sep 17 00:00:00 2001
From: Scott Kostyshak <[email protected]>
Date: Thu, 28 Nov 2013 02:41:20 -0500
Subject: [PATCH] Language "bahasa" -> "indonesian" (fixes LuaTeX)
luatex-hyphen does not recognize "bahasa" as a language. Changing
the babel name to "indonesian" leads to successful export with
LuaTeX as well as others.
For more information, see:
http://tug.org/mailman/htdig/tex-hyphen/2013-November/000986.html
---
lib/languages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/languages b/lib/languages
index 3ce6239..957319a 100644
--- a/lib/languages
+++ b/lib/languages
@@ -187,7 +187,7 @@ End
Language bahasa
GuiName "Indonesian"
- BabelName bahasa
+ BabelName indonesian
PolyglossiaName bahasai
QuoteStyle english
Encoding iso8859-15
--
1.8.1.2