Skip to content

Commit df3b4e4

Browse files
committed
localization: add fallback locale for es_ES (#623)
Signed-off-by: leo <[email protected]>
1 parent 1adcf4d commit df3b4e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Resources/Locales/es_ES.axaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
2+
<ResourceDictionary.MergedDictionaries>
3+
<ResourceInclude Source="avares://SourceGit/Resources/Locales/en_US.axaml"/>
4+
</ResourceDictionary.MergedDictionaries>
25
<x:String x:Key="Text.About" xml:space="preserve">Acerca de</x:String>
36
<x:String x:Key="Text.About.Menu" xml:space="preserve">Acerca de SourceGit</x:String>
47
<x:String x:Key="Text.About.BuildWith" xml:space="preserve">• Construido con </x:String>

0 commit comments

Comments
 (0)