Skip to content

Commit

Permalink
Improve translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed May 17, 2024
1 parent 1eb50fe commit 9a48224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Favourites.glyphsPlugin/Contents/Resources/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ def settings(self) -> None:
self.hasNotification = False
self.name = Glyphs.localize(
{
"cs": "Favoriti",
"cs": "Oblíbené",
"de": "Favoriten",
"en": "Favourites",
"es": "Favoritos",
"fr": "Favoris",
"it": "Favoriti",
"ja": "気に入り",
"pt": "Favoritos",
"ru": "Фавориты",
"ru": "Избранное",
"tr": "Favoriler",
"zh-Hans": "收藏",
"zh-Hant": "收藏",
Expand Down

0 comments on commit 9a48224

Please sign in to comment.