Updated on 2026-08-14
This commit is contained in:
parent
228c0c8af4
commit
82fa3edf45
18 changed files with 97 additions and 61 deletions
|
|
@ -10,7 +10,7 @@ object SupportedLanguages {
|
|||
const val ITALIAN = "it"
|
||||
const val JAPANESE = "ja"
|
||||
const val UKRAINIAN = "uk"
|
||||
const val CHINESE = "uk"
|
||||
const val CHINESE = "zh"
|
||||
const val SPANISH = "es"
|
||||
|
||||
val supportedLangugeCodes = listOf(
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ package com.tangem.utils
|
|||
|
||||
import java.util.Locale
|
||||
|
||||
@Deprecated("Use TangemBlogUrlBuilder from common module")
|
||||
object TangemBlogUrlBuilder {
|
||||
|
||||
private const val RU_LOCALE = "ru"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue