From f660f6c19aa91e50ef4d1753a454541ff39dec2c Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Thu, 9 Jan 2025 13:04:11 +0300 Subject: [PATCH] add key to hold selected langauge code --- common/db.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/db.go b/common/db.go index 5e2fc4c..2271716 100644 --- a/common/db.go +++ b/common/db.go @@ -57,6 +57,8 @@ const ( DATA_ACTIVE_ADDRESS //Holds count of the number of incorrect PIN attempts DATA_INCORRECT_PIN_ATTEMPTS + //ISO 639 code for the selected language. + DATA_SELECTED_LANGUAGE_CODE ) const (