diff --git a/config/currencies.php b/config/currencies.php index c3cc3732..d50d283f 100644 --- a/config/currencies.php +++ b/config/currencies.php @@ -158,5 +158,11 @@ return [ 'allows_primary' => true, 'allows_account' => true, ], + [ + 'code' => 'GHS', + 'name' => 'Ghanaian Cedi', + 'allows_primary' => true, + 'allows_account' => true, + ], ], ]; diff --git a/lang/es.json b/lang/es.json index 96df9c59..c589d735 100644 --- a/lang/es.json +++ b/lang/es.json @@ -1546,6 +1546,7 @@ "System": "Sistema", "Serbian Dinar": "Dinar Serbio", "Nigerian Naira": "Naira Nigeriano", + "Ghanaian Cedi": "Cedi ghanés", "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 8f982de6..4413b29e 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -1501,6 +1501,7 @@ "Syncing transactions and balances…": "Synchronisation des transactions et des soldes…", "System": "Système", "Serbian Dinar": "Dinar Serbe", + "Ghanaian Cedi": "Cedi ghanéen", "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",