mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Set 'CopyToOutputDirectory' for fr-BE and he-IL to always
The project file has been updated to ensure the fr-BE.xml and he-IL.xml language files are always copied to the output directory. This change will improve consistency across different languages in the application.
This commit is contained in:
parent
6175a720b4
commit
5bfdb70c9c
@ -2454,11 +2454,15 @@
|
|||||||
<Content Include="Languages\fi-FI.xml">
|
<Content Include="Languages\fi-FI.xml">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Languages\fr-BE.xml" />
|
<Content Include="Languages\fr-BE.xml">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="Languages\fr-FR.xml">
|
<Content Include="Languages\fr-FR.xml">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Languages\he-IL.xml" />
|
<Content Include="Languages\he-IL.xml">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="Languages\hr-HR.xml">
|
<Content Include="Languages\hr-HR.xml">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
Loading…
Reference in New Issue
Block a user