Skip to content

Commit ccf03ce

Browse files
fix ita locale: add ResourceInclude en_US.axaml (#762)
* Italian translation * fix ita locale: add ResourceInclude en_US.axaml
1 parent 315a226 commit ccf03ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

TRANSLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858

5959
</details>
6060

61-
### it_IT.axaml: 97.87%
6261

62+
### it_IT.axaml: 97.87%
6363

6464
<details>
6565
<summary>Missing Keys</summary>

src/Resources/Locales/it_IT.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">Informazioni</x:String>
36
<x:String x:Key="Text.About.Menu" xml:space="preserve">Informazioni su SourceGit</x:String>
47
<x:String x:Key="Text.About.BuildWith" xml:space="preserve">• Creato con </x:String>

0 commit comments

Comments
 (0)