From 71489cc7339d483833285510333db8f9d428b192 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Thu, 4 Aug 2022 14:41:27 +0800 Subject: [PATCH] fixed currency format --- resources/lang/en/currency.php | 14 ++++++++++++++ resources/lang/zh_cn/currency.php | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 resources/lang/en/currency.php create mode 100644 resources/lang/zh_cn/currency.php diff --git a/resources/lang/en/currency.php b/resources/lang/en/currency.php new file mode 100644 index 00000000..8da2da48 --- /dev/null +++ b/resources/lang/en/currency.php @@ -0,0 +1,14 @@ + + * @created 2022-07-28 17:21:38 + * @modified 2022-07-28 17:21:38 + */ +return [ + 'decimal_point' => '.', + 'thousand_point' => ',', +]; diff --git a/resources/lang/zh_cn/currency.php b/resources/lang/zh_cn/currency.php new file mode 100644 index 00000000..8da2da48 --- /dev/null +++ b/resources/lang/zh_cn/currency.php @@ -0,0 +1,14 @@ + + * @created 2022-07-28 17:21:38 + * @modified 2022-07-28 17:21:38 + */ +return [ + 'decimal_point' => '.', + 'thousand_point' => ',', +];