Skip to content
Snippets Groups Projects
Commit 7666126d authored by DarkGod's avatar DarkGod
Browse files

plop

parent db394900
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -64,6 +64,10 @@ function _M:generateList()
-- {name = "한국어 (Korean)", locale="ko_KR", font=FontPackage:get("default", nil, "chinese")},
}
if config.settings.cheat then
list[#list+1] = {name = "TEST (TEST)", locale="test_TEST"}
end
self:triggerHook{"I18N:listLanguages", list=list}
self.list = list
......
locale "test_TEST"
t([[%s the level %d %s %s.
Difficulty: %s / %s
Campaign: %s
Exploring level %s of %s.]], [[%s 레벨 %d %s %s.
난이도: %s / %s
캠페인: %s
현재 %s 의 %s 층 탐색중.]], "tformat", {1,2,3,4,5,6,8,7,9})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment