Module:User:Benwing2/category tree/poscatboiler/data/lang-specific/ryu

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of Benwing2, for their own experimentation. Items in this module may be added and removed at Benwing2's discretion; do not rely on this module's stability.


local labels = {}
local handlers = {}

local lang = require("Module:languages").getByCode("ryu")
local m_ryu = require("Module:ryu")
local m_ryu_kanji_readings = require("Module:ryu-kanji-readings")


local m_ja_ryu = require("Module:User:Benwing2/category tree/poscatboiler/data/lang-specific/ja-ryu")

m_ja_ryu.add_labels(labels, lang)
m_ja_ryu.add_handlers(handlers, lang, m_ryu, m_ryu_kanji_readings)


return {LABELS = labels, HANDLERS = handlers}