Skip to content

Commit

Permalink
Update wikipedia extension (raycast#11896)
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Apr 22, 2024
1 parent 936bf94 commit 13d1ff3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions extensions/wikipedia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Wikipedia Changelog

## [Flag update] - 2024-04-19

- Update flag emoji for the `Dutch` language

## [Updates] - 2024-04-10

- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion extensions/wikipedia/src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const languages: { icon: string; title: string; value: Locale }[] = [
{ icon: "๐Ÿ‡ฎ๐Ÿ‡ท", title: "Persian", value: "fa" },
{ icon: "๐Ÿ‡ฆ๐Ÿ‡ช", title: "Arabic", value: "ar" },
{ icon: "๐Ÿ‡ต๐Ÿ‡ฑ", title: "Polish", value: "pl" },
{ icon: "๐Ÿ‡ธ๐Ÿ‡ฝ", title: "Dutch", value: "nl" },
{ icon: "๐Ÿ‡ณ๐Ÿ‡ฑ", title: "Dutch", value: "nl" },
{ icon: "๐Ÿ‡น๐Ÿ‡ท", title: "Turkish", value: "tr" },
{ icon: "๐Ÿ‡ฌ๐Ÿ‡ท", title: "Greek", value: "el" },
{ icon: "๐Ÿ‡บ๐Ÿ‡ฆ", title: "Ukraine", value: "uk" },
Expand Down

0 comments on commit 13d1ff3

Please sign in to comment.