Skip to content

Commit

Permalink
Explain an earlier deprecation (aissat#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyinkin committed Jun 27, 2023
1 parent 443e1f9 commit d857610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Locale localeFromString(String localeString) {
}

/// Convert [locale] to Srting with custom [separator]
@Deprecated('Deprecated on Easy Localization 3.0')
@Deprecated('Deprecated on Easy Localization 3.0, use Locale.toStringWithSeparator extension method.')
String localeToString(Locale locale, {String separator = '_'}) {
return locale.toString().split('_').join(separator);
}
Expand Down

0 comments on commit d857610

Please sign in to comment.