aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/github
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-05-09 14:35:46 +0200
committerGitHub <noreply@github.com>2023-05-09 14:35:46 +0200
commit0ef2051cfb507f12755ca5c1ca68decfc67332af (patch)
treefdd7a3da6b7a56494ef216355956d7523f48a785 /src-tauri/src/github
parent25ed9cd4c9c657a58d4cf351256b19cf355da9d3 (diff)
downloadFlightCore-0ef2051cfb507f12755ca5c1ca68decfc67332af.tar.gz
FlightCore-0ef2051cfb507f12755ca5c1ca68decfc67332af.zip
feat: Add category in changelog for i18n (#324)
Diffstat (limited to 'src-tauri/src/github')
-rw-r--r--src-tauri/src/github/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-tauri/src/github/mod.rs b/src-tauri/src/github/mod.rs
index 12729de2..0493ada5 100644
--- a/src-tauri/src/github/mod.rs
+++ b/src-tauri/src/github/mod.rs
@@ -165,6 +165,7 @@ fn generate_flightcore_release_notes(commits: Vec<String>) -> String {
"build" => "**Build:**",
"test" => "**Tests:**",
"chore" => "**Chores:**",
+ "i18n" => "**Translations:**",
_ => "**Other:**",
};