Skip to content

Commit

Permalink
Drop locales & message from resolvedOptions()
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed May 6, 2024
1 parent 968327f commit d51e1c1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 300 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ interface ResolvedMessageFormatOptions {
bidiIsolation: 'compatibility' | 'none';
dir: 'ltr' | 'rtl' | 'auto';
functions: { [key: string]: MessageFunction };
locales: string[];
localeMatcher: 'best fit' | 'lookup';
message: MessageData;
}
```

Expand Down
Loading

0 comments on commit d51e1c1

Please sign in to comment.