Skip to content

Commit a21a899

Browse files
committed
Merge remote-tracking branch 'origin/dev' into windowsSettingtranslationWarning
2 parents a47ce1c + 1e07b6c commit a21a899

File tree

272 files changed

+32857
-4809
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+32857
-4809
lines changed

.github/workflows/stale.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
steps:
1616
- uses: actions/stale@v4
1717
with:
18-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
19-
days-before-stale: 30
20-
days-before-close: 5
18+
stale-issue-message: 'This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
19+
days-before-stale: 45
20+
days-before-close: 7
2121
days-before-pr-close: -1
2222
exempt-all-milestones: true
23-
close-issue-message: 'This issue was closed because it has been stale for 5 days with no activity. If you feel this issue still needs attention please feel free to reopen.'
23+
close-issue-message: 'This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.'
24+
stale-pr-label: 'no-pr-activity'
25+
exempt-issue-labels: 'keep-fresh'
26+
exempt-pr-labels: 'keep-fresh,awaiting-approval,work-in-progress'

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
9292
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
9393
<PackageReference Include="NHotkey.Wpf" Version="2.1.0" />
94-
<PackageReference Include="NuGet.CommandLine" Version="5.4.0">
94+
<PackageReference Include="NuGet.CommandLine" Version="5.7.2">
9595
<PrivateAssets>all</PrivateAssets>
9696
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9797
</PackageReference>

Flow.Launcher/Languages/da.xaml

Lines changed: 289 additions & 133 deletions
Large diffs are not rendered by default.

Flow.Launcher/Languages/de.xaml

Lines changed: 289 additions & 133 deletions
Large diffs are not rendered by default.

Flow.Launcher/Languages/es-419.xaml

Lines changed: 289 additions & 0 deletions
Large diffs are not rendered by default.

Flow.Launcher/Languages/es.xaml

Lines changed: 289 additions & 0 deletions
Large diffs are not rendered by default.

Flow.Launcher/Languages/fr.xaml

Lines changed: 288 additions & 139 deletions
Large diffs are not rendered by default.

Flow.Launcher/Languages/it.xaml

Lines changed: 289 additions & 142 deletions
Large diffs are not rendered by default.

Flow.Launcher/Languages/ja.xaml

Lines changed: 289 additions & 145 deletions
Large diffs are not rendered by default.

Flow.Launcher/Languages/ko.xaml

Lines changed: 289 additions & 285 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)