fix: use Kurdish terminology (Xal instead of Puanlar)

This commit is contained in:
2026-02-07 01:33:15 +03:00
parent 122e38e306
commit 2cf40459d3
7 changed files with 127 additions and 17 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ export async function getAllScoresWithFallback(
const stakingScore = stakingResult.score;
const referralScore = calculateReferralScore(referralCount);
// If staking score is 0, trust score is 0 (matches pallet logic)
// Ger staking 0 be, trust jî 0 be (matches pallet logic)
if (stakingScore === 0) {
return {
...emptyResult,
+1 -1
View File
@@ -207,7 +207,7 @@ export function RewardsSection() {
{[
{ id: 'overview' as const, label: 'Geşbîn' },
{ id: 'referrals' as const, label: 'Referral' },
{ id: 'scores' as const, label: 'Puanlar' },
{ id: 'scores' as const, label: 'Xal' },
].map(({ id, label }) => (
<button
key={id}
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "1.0.124",
"buildTime": "2026-02-06T22:20:16.985Z",
"buildNumber": 1770416416986
"version": "1.0.125",
"buildTime": "2026-02-06T22:33:15.711Z",
"buildNumber": 1770417195712
}