File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,10 @@ def enableSeparateBuildPerCPUArchitecture = true
92
92
def enableProguardInReleaseBuilds = true
93
93
94
94
/**
95
- * Use international variant JavaScriptCore
96
- * International variant includes ICU i18n library and necessary data allowing to use
97
- * e.g. Date.toLocaleString and String.localeCompare that give correct results
98
- * when using with locales other than en-US.
99
- * Note that this variant is about 6MiB larger per architecture than default.
95
+ * Use the international variant of JavaScriptCore
96
+ * This variant includes the ICU i18n library to make APIs like `Date.toLocaleString`
97
+ * and `String.localeCompare` work when using with locales other than en-US.
98
+ * Note that this variant is about 6MiB larger per architecture than the default.
100
99
*/
101
100
def useIntlJsc = false
102
101
You can’t perform that action at this time.
0 commit comments