Skip to content

Commit

Permalink
I added Turkish language support. and code format
Browse files Browse the repository at this point in the history
issues:
* Turkish Language Support fluttercandies#330
* 开issue前必读 (Read before create a new issue) fluttercandies#28
  • Loading branch information
cevheri committed Jun 1, 2022
1 parent 193216d commit 371a764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/delegates/asset_picker_text_delegate.dart
Expand Up @@ -18,7 +18,7 @@ const List<AssetPickerTextDelegate> assetPickerTextDelegates =
JapaneseAssetPickerTextDelegate(),
ArabicAssetPickerTextDelegate(),
FrenchAssetPickerTextDelegate(),
TurkishAssetPickerTextDelegate(),
TurkishAssetPickerTextDelegate(),
];

/// Obtain the text delegate from the given locale.
Expand Down

0 comments on commit 371a764

Please sign in to comment.