Updated constants file

This commit is contained in:
ThomasSession
2024-09-04 10:56:32 +10:00
committed by fanchao
parent 81f56de11c
commit 86f89f8c61
4 changed files with 7 additions and 8 deletions

View File

@@ -1,10 +1,12 @@
package org.session.libsession.utilities
// Non-translatable strings for UI substitutions
// Non-translatable strings for use with the UI
object NonTranslatableStringConstants {
const val APP_NAME = "Session"
const val DEBUG_MENU = "Debug Menu"
const val GIF = "GIF"
const val SESSION_DOWNLOAD_URL = "https://getsession.org/download"
const val WAVING_HAND_EMOJI = "\uD83D\uDC4B" // Used on the landing page & substituted into `onboardingBubbleWelcomeToSession`
const val BACKHAND_INDEX_POINTING_DOWN_EMOJI = "\uD83D\uDC47" // Used on the landing page & substituted into `onboardingBubbleCreatingAnAccountIsEasy`
}