✨ New badge
This commit is contained in:
parent
6007bdff77
commit
628b448e81
@ -192,6 +192,7 @@ class SolianMessages extends Translations {
|
|||||||
'badgeGrantAt': 'Badge awarded on @date',
|
'badgeGrantAt': 'Badge awarded on @date',
|
||||||
'badgeSolsynthStaff': 'Solsynth Staff',
|
'badgeSolsynthStaff': 'Solsynth Staff',
|
||||||
'badgeSolarOriginalCitizen': 'Solar Network Natives',
|
'badgeSolarOriginalCitizen': 'Solar Network Natives',
|
||||||
|
'badgeGreatCommunityContributor': 'Great Community Contributor',
|
||||||
},
|
},
|
||||||
'zh_CN': {
|
'zh_CN': {
|
||||||
'hide': '隐藏',
|
'hide': '隐藏',
|
||||||
@ -370,6 +371,7 @@ class SolianMessages extends Translations {
|
|||||||
'badgeGrantAt': '徽章颁发于 @date',
|
'badgeGrantAt': '徽章颁发于 @date',
|
||||||
'badgeSolsynthStaff': 'Solsynth 工作人员',
|
'badgeSolsynthStaff': 'Solsynth 工作人员',
|
||||||
'badgeSolarOriginalCitizen': 'Solar Network 原住民',
|
'badgeSolarOriginalCitizen': 'Solar Network 原住民',
|
||||||
|
'badgeGreatCommunityContributor': '优秀社区贡献者',
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,14 @@ class _AccountBadgeWidgetState extends State<AccountBadgeWidget> {
|
|||||||
color: Colors.orange,
|
color: Colors.orange,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'solar.greatCommunityContributor': (
|
||||||
|
'badgeGreatCommunityContributor'.tr,
|
||||||
|
const FaIcon(
|
||||||
|
FontAwesomeIcons.handshakeAngle,
|
||||||
|
size: 16,
|
||||||
|
color: Colors.green,
|
||||||
|
),
|
||||||
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Loading…
Reference in New Issue
Block a user