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' => ',', +];