diff --git a/config/currencies.php b/config/currencies.php index 76fc241d..ffa78db8 100644 --- a/config/currencies.php +++ b/config/currencies.php @@ -146,5 +146,11 @@ return [ 'allows_primary' => false, 'allows_account' => true, ], + [ + 'code' => 'RSD', + 'name' => 'Serbian Dinar', + 'allows_primary' => true, + 'allows_account' => true, + ], ], ]; diff --git a/lang/es.json b/lang/es.json index 90155acf..e7edaee0 100644 --- a/lang/es.json +++ b/lang/es.json @@ -1495,6 +1495,7 @@ "Syncing balances…": "Sincronizando balances…", "Syncing transactions and balances…": "Sincronizando transacciones y balances…", "System": "Sistema", + "Serbian Dinar": "Dinar Serbio", "Take control of your finances with privacy-first money tracking. Let's set up your account in just a few minutes.": "Toma el control de tus finanzas con un seguimiento privado de tu dinero. Vamos a configurar tu cuenta en pocos minutos.", "Tap": "Toca", "Tap the": "Toca el botón", diff --git a/lang/fr.json b/lang/fr.json index 6ddafd46..0bedf950 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -1473,6 +1473,7 @@ "Syncing balances…": "Synchronisation des soldes…", "Syncing transactions and balances…": "Synchronisation des transactions et des soldes…", "System": "Système", + "Serbian Dinar": "Dinar Serbe", "Take control of your finances with privacy-first money tracking. Let's set up your account in just a few minutes.": "Prenez le contrôle de vos finances grâce au suivi de l'argent privé. Nous créerons votre compte dans quelques minutes.", "Tap": "Touche", "Tap the": "Touchez le bouton",