From d9ccdc541f76bd93585b50803e4c018228672043 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 25 Oct 2024 21:42:30 +0500 Subject: upd: number formatter --- core/src/kz/ilotterytea/maxon/MaxonConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/kz/ilotterytea/maxon/MaxonConstants.java') diff --git a/core/src/kz/ilotterytea/maxon/MaxonConstants.java b/core/src/kz/ilotterytea/maxon/MaxonConstants.java index fc07f27..dca8771 100644 --- a/core/src/kz/ilotterytea/maxon/MaxonConstants.java +++ b/core/src/kz/ilotterytea/maxon/MaxonConstants.java @@ -34,7 +34,7 @@ public class MaxonConstants { public static final FileHandle FILE_EN_US = Gdx.files.internal("i18n/en_us.json"); public static final FileHandle FILE_RU_RU = Gdx.files.internal("i18n/ru_ru.json"); - public static final DecimalFormat DECIMAL_FORMAT = new DecimalFormat("###,###.##"); + public static final DecimalFormat DECIMAL_FORMAT = new DecimalFormat("###,###.#"); public static final DecimalFormat DECIMAL_FORMAT2 = new DecimalFormat("###,###"); @SuppressWarnings("SimpleDateFormat") public static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("dd/M/yyyy hh:mm:ss"); -- cgit v1.2.3