diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bae0d1..37dd76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added "kill game process" button when chosen behavior keeps launcher window open - Bundled some icons into the app for consistency across the systems - Added better panics handler +- Added Swedish ### Fixed diff --git a/src/ui/about.rs b/src/ui/about.rs index cb295e1..dbd4683 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -90,6 +90,7 @@ impl SimpleComponent for AboutDialog { "简体中文 — Caibin Chen https://github.com/tigersoldier", "日本語 — @zozonteq https://github.com/zozonteq", // Hungarian? + "Svenska — Jakob Fridesjö https://github.com/jakobfridesjo", ].join("\n"), set_debug_info: &[ @@ -112,6 +113,7 @@ impl SimpleComponent for AboutDialog { "
  • Added \"kill game process\" button when chosen behavior keeps launcher window open
  • ", "
  • Bundled some icons into the app for consistency across the systems
  • ", "
  • Added better panics handler
  • ", + "
  • Added Swedish
  • ", "", "

    Fixed

    ",