mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
feat: add builders club catalog ui flow
This commit is contained in:
@@ -42,6 +42,8 @@ export class FriendlyTime
|
||||
|
||||
public static getLocalization(key: string, amount: number): string
|
||||
{
|
||||
return LocalizeText(key, [ 'amount' ], [ amount.toString() ]);
|
||||
const amountValue = amount.toString();
|
||||
|
||||
return LocalizeText(key, [ 'amount', 'AMOUNT' ], [ amountValue, amountValue ]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user