some more translations

This commit is contained in:
minjaesong
2021-10-26 21:13:15 +09:00
parent ee2019e7dd
commit 701946950e
29 changed files with 137 additions and 31 deletions

View File

@@ -12,6 +12,7 @@ const val TIMES = 0xD7.toChar()
const val ENDASH = 0x2013.toChar()
const val EMDASH = 0x2014.toChar()
const val ELLIPSIS = 0x2026.toChar()
const val BULLET = 0x2022.toChar()
fun getKeycapPC(c: Char) = when (c.uppercaseChar()) {
in ' '..'_' -> (0xE000 + c.code - 32).toChar()

View File

@@ -1,12 +1,16 @@
package net.torvald.terrarum
import net.torvald.BULLET
object CreditSingleton {
val credit: List<String>; get() =
("Programming, Arts, Directed by CuriousTorvald (minjaesong)\n" +
"Sound Effects by FreeSound.org and Klankbeeld\n" +
"Translation Database by the Polyglot Project\n" +
"""
"Translation Databases:\n" +
"$BULLET © 2018 The Polyglot Project. Distributed under CC0.\n" +
"$BULLET Entry from the Microsoft Language Portal. © 2018 Microsoft Corporation. All rights reserved.\n" +
"""
Terrarum

View File

@@ -33,6 +33,7 @@ object UITitleRemoConYaml {
val menuNewGame = """
"""
// todo add MENU_IO_IMPORT
val injectedMenuSingleCharSel = """
- CONTEXT_CHARACTER_NEW
- MENU_LABEL_RETURN