Skip to content

Commit

Permalink
Update changelog, localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Apr 12, 2024
1 parent 1efcd01 commit 301be89
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 54 deletions.
11 changes: 11 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
3.1.1: |
- add highlight and tag support for ignored marked as owned elsewhere
- fix wishlist prices display
- fix achievement sorting when dates have no year
- fix player stats not respecting settings
- fix link filter disable feature
- fix detecting inventory gifts
- fix background preview links in point shop (until Steam breaks it again)
- reduced number of "you're not logged in to SteamCommunity" errors
3.1.0: |
- fix formatting of price overview on app pages
- fix bundle header showing even when there are no bundles listed
Expand Down
3 changes: 2 additions & 1 deletion src/localization/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@
"about_desc": "Augmented Steam е разклонение на добавката Enhanced Steam.",
"about_desc_links": "Посетете __website__ на добавката или нашия __discord__ за още информация.",
"footer_fork": "разклонение от IsThereAnyDeal",
"footer_author": "оригинален автор jshackles"
"footer_author": "оригинален автор jshackles",
"show_players_info": "Показване на информация за броя на играчите"
},
"ready": {
"loading": "Зареждане на данните за Augmented Steam…",
Expand Down
13 changes: 7 additions & 6 deletions src/localization/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,18 @@
"summary": "__unlocked__ von __total__ (__percentage__%) Errungenschaften freigeschaltet:"
},
"bundle": {
"offer_ends": "Das Angebot endet",
"offer_ends": "Angebot endet am",
"includes": "Enthält __num__ Artikel",
"tier_includes": "__tier__ (__price__) enthält __num__ Artikel",
"tier": "Stufe __num__",
"header": "Bundles, in denen dieses Spiel enthalten ist",
"info": "Bundle-Informationen"
},
"charts": {
"peakall": "Historischer Höchststand",
"current": "Derzeitige Spieler",
"playing_now": "spielen jetzt gerade",
"peaktoday": "heutiger Höchststand"
"peakall": "Allzeithoch",
"current": "Spieler",
"playing_now": "aktuell online",
"peaktoday": "heutiges Hoch"
},
"hltb": {
"title": "Zeit zum Durchspielen",
Expand Down Expand Up @@ -420,7 +420,8 @@
"about_desc": "Augmented Steam ist ein Fork der Erweiterung Enhanced Steam.",
"about_desc_links": "Besuchen Sie für weitere Informationen die __Website__ der Erweiterung oder unseren __Discord__.",
"footer_fork": "ein Fork von IsThereAnyDeal",
"footer_author": "Originalautor jshackles"
"footer_author": "Originalautor jshackles",
"show_players_info": "Informationen zur Spielerzahl anzeigen"
},
"ready": {
"loading": "Augmented Steam lädt Daten ...",
Expand Down
3 changes: 2 additions & 1 deletion src/localization/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@
"about_desc": "Augmented Steam est un fork de l'extension Enhanced Steam.",
"about_desc_links": "Visitez le __website__ de l'extension ou notre __discord__ pour plus d'informations.",
"footer_fork": "un fork par IsThereAnyDeal",
"footer_author": "auteur original jshackles"
"footer_author": "auteur original jshackles",
"show_players_info": "Afficher les informations sur le nombre de joueurs"
},
"ready": {
"loading": "Chargement des données d'Augmented Steam...",
Expand Down
Loading

0 comments on commit 301be89

Please sign in to comment.