From 3d398ed9614267ad3b5382a9df001968117438cc Mon Sep 17 00:00:00 2001 From: tctlrd <135671403+tctlrd@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:00:13 -0500 Subject: [PATCH] Update texts.php Added three missing currencies. --- lang/en/texts.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index fefb47bf3eb6..86a154fe67bb 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -2404,6 +2404,9 @@ $LANG = array( 'currency_cuban_peso' => 'Cuban Peso', '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.
If you\'d consider :link we\'d greatly appreciate it!', 'writing_a_review' => 'writing a review', @@ -5144,4 +5147,4 @@ $LANG = array( return $LANG; -?> \ No newline at end of file +?>