|
|
|
@ -40,6 +40,7 @@ internal abstract class LibSocialParser(
|
|
|
|
private val splitTranslationsKey = ConfigKey.SplitByTranslations(true)
|
|
|
|
private val splitTranslationsKey = ConfigKey.SplitByTranslations(true)
|
|
|
|
private val preferredServerKey = ConfigKey.PreferredImageServer(
|
|
|
|
private val preferredServerKey = ConfigKey.PreferredImageServer(
|
|
|
|
presetValues = mapOf(
|
|
|
|
presetValues = mapOf(
|
|
|
|
|
|
|
|
null to null,
|
|
|
|
SERVER_MAIN to "Первый",
|
|
|
|
SERVER_MAIN to "Первый",
|
|
|
|
SERVER_SECONDARY to "Второй",
|
|
|
|
SERVER_SECONDARY to "Второй",
|
|
|
|
SERVER_COMPRESS to "Сжатия",
|
|
|
|
SERVER_COMPRESS to "Сжатия",
|
|
|
|
|