Skip to content

Commit b3628b8

Browse files
committed
chore(languages): Avoid possible race condition loading tate before JA
1 parent 180024f commit b3628b8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/ruby.lua

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- Japaneese language support defines units which are useful here
2+
SILE.call("language", { main = "ja" }, {})
3+
14
SILE.registerCommand("ruby:font", function (_, _)
25
SILE.call("font", { size = "0.6zw", weight = 800 })
36
end)

packages/tate.lua

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- Japaneese language support defines units which are useful here
2+
SILE.call("language", { main = "ja" }, {})
3+
14
SILE.tateFramePrototype = pl.class({
25
_base = SILE.framePrototype,
36
direction = "TTB-RTL",

0 commit comments

Comments
 (0)