Skip to content

Commit

Permalink
Add locale
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Aug 10, 2023
1 parent 164d89e commit 8eef5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executors/dart_web/bin/collator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ String testCollationShort(String jsonEncoded) {
var json =
jsonDecode(jsonEncoded); // For the moment, use strings for easier interop
// Global default locale
var testLocale = '';
var testLocale = 'en';
Map<String, dynamic> outputLine;

// Set up collator object with optional locale and testOptions.
Expand Down

0 comments on commit 8eef5f1

Please sign in to comment.