1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 10:54:56 +02:00

refacotr(gh): refactor

This commit is contained in:
syuilo
2026-07-16 22:40:45 +09:00
parent ab21fc725b
commit 0272ee73eb
2 changed files with 1 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ import * as util from './utility.mts';
const marker = '<!-- misskey-frontend-bundle-diagnostics -->';
const locale = process.env.FRONTEND_JS_SIZE_LOCALE ?? 'ja-JP';
const locale = 'ja-JP';
//function sharePercent(value, total) {
// if (total === 0) return '0%';