Update MyLocales.java

This commit is contained in:
Huqing Yan
2023-01-05 15:46:12 +08:00
committed by GitHub
parent f958f08330
commit 91441169c6

View File

@@ -57,11 +57,11 @@ public final class MyLocales {
MY_LOCALE_TYPELIB_MONTH_NAMES_EN_US, MY_LOCALE_TYPELIB_AB_MONTH_NAMES_EN_US,
MY_LOCALE_TYPELIB_DAY_NAMES_EN_US, MY_LOCALE_TYPELIB_AB_DAY_NAMES_EN_US, 9, 9,
'.', /*
* decimal point en_US
*/
* decimal point en_US
*/
',', /* thousands_sep en_US */
new String(new byte[]{3, 3}), /* grouping en_US */
GLOBAL_ERRMSGS[ErrMsgsIndex.en_US.ordinal()]);
/***** LOCALE END en_US *****/
/***** LOCALE END en_US *****/
}