mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 05:11:52 +09:00
some more translations
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -33,6 +33,7 @@ object UITitleRemoConYaml {
|
||||
val menuNewGame = """
|
||||
"""
|
||||
|
||||
// todo add MENU_IO_IMPORT
|
||||
val injectedMenuSingleCharSel = """
|
||||
- CONTEXT_CHARACTER_NEW
|
||||
- MENU_LABEL_RETURN
|
||||
|
||||
Reference in New Issue
Block a user