Skip to content

Commit

Permalink
Tweak translations again
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed May 17, 2024
1 parent 9a48224 commit 50a3101
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Favourites.glyphsPlugin/Contents/Resources/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ def settings(self) -> None:
self.hasNotification = False
self.name = Glyphs.localize(
{
"ar": "المفضلة",
"cs": "Oblíbené",
"de": "Favoriten",
"en": "Favourites",
"es": "Favoritos",
"fr": "Favoris",
"it": "Favoriti",
"ja": "気に入り",
"it": "Preferiti",
"ja": "お気に入り",
"ko": "즐겨찾기",
"pt": "Favoritos",
"ru": "Избранное",
"tr": "Favoriler",
Expand Down

0 comments on commit 50a3101

Please sign in to comment.