This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
ant-design-blazor
Watch
1
Star
0
Fork
0
You've already forked ant-design-blazor
mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced
2024-12-14 17:01:18 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ce7b60b3eb
ant-design-blazor
/
components
/
icon
/
IconLocale.cs
8 lines
118 B
C#
Raw
Normal View
History
Unescape
Escape
refactor(module: icon): embed icons in the assembly (#810) Co-authored-by: Lars Diederich <diederich@evodata.de> Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-12-08 10:01:43 +08:00
namespace
AntDesign
feat: support for globalization & localization (#578) * feat: add locale * feat: add locale interfaces * fix: add locale interfaces for components * fix: use local classes instead of interfaces * feat: implement the locale provider * feat: make some components to support localization * fix: default language * fix: test * chore: remove the useless reference
2020-09-07 22:46:50 +08:00
{
public
class
IconLocale
{
fix(module: locale-provider): add missing nodes default values (#1710)
2021-07-06 01:10:16 +08:00
public
string
Icon
{
get
;
set
;
}
=
"icon"
;
feat: support for globalization & localization (#578) * feat: add locale * feat: add locale interfaces * fix: add locale interfaces for components * fix: use local classes instead of interfaces * feat: implement the locale provider * feat: make some components to support localization * fix: default language * fix: test * chore: remove the useless reference
2020-09-07 22:46:50 +08:00
}
}
Reference in New Issue
Copy Permalink