style(locale): Add missing fallback in French locale

This commit is contained in:
UchiTesting 2024-08-24 12:18:16 +02:00
parent d7cfc34fbd
commit 257ae7dcd8

View file

@ -1,4 +1,7 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.MergedDictionaries>
<ResourceInclude Source="avares://SourceGit/Resources/Locales/en_US.axaml"/>
</ResourceDictionary.MergedDictionaries>
<x:String x:Key="Text.About" xml:space="preserve">A propos</x:String>
<x:String x:Key="Text.About.Menu" xml:space="preserve">A propos de SourceGit</x:String>
<x:String x:Key="Text.About.BuildWith" xml:space="preserve">• Compilé avec </x:String>