mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
Greek support, modular weather, command history for console window
Former-commit-id: b72d0b018c084e80cf4fef77e1b1a81101d6daea Former-commit-id: 32da6a2998826de6519a901dcff7bf058f689b2f
This commit is contained in:
@@ -20,7 +20,8 @@ object Lang {
|
||||
*
|
||||
* HashMap<"$key_$language", Value>
|
||||
*/
|
||||
private var langpack: HashMap<String, String>
|
||||
var langpack: HashMap<String, String>
|
||||
private set
|
||||
private val FALLBACK_LANG_CODE = "en"
|
||||
|
||||
private val HANGUL_SYL_START = 0xAC00
|
||||
|
||||
Reference in New Issue
Block a user