From 0ef2051cfb507f12755ca5c1ca68decfc67332af Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Tue, 9 May 2023 14:35:46 +0200 Subject: feat: Add category in changelog for i18n (#324) --- src-tauri/src/github/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src-tauri/src/github') 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 { "build" => "**Build:**", "test" => "**Tests:**", "chore" => "**Chores:**", + "i18n" => "**Translations:**", _ => "**Other:**", }; -- cgit v1.2.3