Added 'NonTranslatableStringConstants' file

This commit is contained in:
alansley 2024-08-20 09:39:16 +10:00
parent 816f21bb29
commit 5e02e1ef5c

View File

@ -0,0 +1,13 @@
package org.session.libsession.utilities
// Non-translatable strings for use with the UI
object StringSubstitutionConstants {
const val APP_NAME = "Session"
const val ARBISCAN = "Arbiscan"
const val ARBITRUM = "Arbitrum"
const val ETHEREUM = "Ethereum"
const val NETWORK_NAME = "Session Network"
const val TOKEN_NAME_LONG = "Session Token"
const val TOKEN_NAME_LONG_PLURAL = "Session Tokens"
const val TOKEN_NAME_SHORT = "SENT"
}