Update texts.php

Added three missing currencies.
This commit is contained in:
tctlrd 2023-08-07 19:00:13 -05:00 committed by GitHub
parent 95f49c2553
commit 3d398ed961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2404,6 +2404,9 @@ $LANG = array(
'currency_cuban_peso' => 'Cuban Peso', 'currency_cuban_peso' => 'Cuban Peso',
'currency_bz_dollar' => 'BZ Dollar', 'currency_bz_dollar' => 'BZ Dollar',
'currency_libyan_dinar' = 'Libyan Dinar',
'currency_silver_troy_ounce' => 'Silver Troy Ounce',
'currency_gold_troy_ounce' => 'Gold Troy Ounce',
'review_app_help' => 'We hope you\'re enjoying using the app.<br/>If you\'d consider :link we\'d greatly appreciate it!', 'review_app_help' => 'We hope you\'re enjoying using the app.<br/>If you\'d consider :link we\'d greatly appreciate it!',
'writing_a_review' => 'writing a review', 'writing_a_review' => 'writing a review',
@ -5144,4 +5147,4 @@ $LANG = array(
return $LANG; return $LANG;
?> ?>