This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
91 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# Antelcat.Avalonia.I18N | ||
Reactive language support for Avalonia applications when using .resx file. | ||
<div align="center"> | ||
|
||
<h1> | ||
|
||
Antelcat.Avalonia.`{I18N}` | ||
|
||
</h1> | ||
|
||
给Avalonia应用程序提供响应式的多语言支持。 | ||
|
||
</div> | ||
|
||
<p align="center"> | ||
<img alt="dotnet-version" src="https://img.shields.io/badge/Avalonia-%3E%3D11.0.0-AE42F8.svg"/> | ||
<img alt="csharp-version" src="https://img.shields.io/badge/C%23-preview-3BA93F.svg"/> | ||
<img alt="nuget" src="https://img.shields.io/badge/Nuget-v1.0.0-blue.svg"/> | ||
</p> | ||
|
||
--- | ||
|
||
## 📖 About | ||
|
||
本项目构建自 [Antelcat.Wpf.I18N](https://github.com/Antelcat/Antelcat.Avalonia.I18N) ,并且有着完全一致的API。 |
Submodule Antelcat.Wpf.I18N
updated
from c51169 to 4341d5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
<Application xmlns="https://github.com/avaloniaui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:styling="clr-namespace:FluentAvalonia.Styling;assembly=FluentAvalonia" | ||
RequestedThemeVariant="Light" | ||
x:Class="Antelcat.Avalonia.I18N.Demo.App"> | ||
<Application.Styles> | ||
<FluentTheme /> | ||
<!-- As of preview5, these properties now default to false --> | ||
<styling:FluentAvaloniaTheme PreferSystemTheme="True" PreferUserAccentColor="True" /> | ||
</Application.Styles> | ||
</Application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters