mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Added 'NonTranslatableStringConstants' file
This commit is contained in:
parent
816f21bb29
commit
5e02e1ef5c
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user