Add: Latvian Lats currency (#11691)

This commit is contained in:
Kaspars Putniņš
2024-01-07 23:03:38 +02:00
committed by GitHub
parent 4b48d3b5fe
commit cfc14a57e1
4 changed files with 5 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ enum Currencies {
CURRENCY_INR, ///< Indian Rupee
CURRENCY_IDR, ///< Indonesian Rupiah
CURRENCY_MYR, ///< Malaysian Ringgit
CURRENCY_LVL, ///< Latvian Lats
CURRENCY_END, ///< always the last item
};