Skip to content

Commit

Permalink
Add Dutch support to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jan 6, 2025
1 parent 5e976a3 commit 5bbc177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ assert(rrule.toString() == string); // true
You can convert a [`RecurrenceRule`] to a human-readable `String`s by using [`RecurrenceRule.toText()`]:

```dart
// First, load the localizations (currently, only English is supported):
// First, load the localizations (currently, only English and Dutch are
// supported):
final l10n = await RruleL10nEn.create();
final rrule = RecurrenceRule.fromString(
Expand Down

0 comments on commit 5bbc177

Please sign in to comment.