1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 11:56:13 +02:00

enhance(backend): バックエンドで言語リストのみを参照するように (#16915)

This commit is contained in:
かっこかり
2025-12-01 18:51:36 +09:00
committed by GitHub
parent 483483bc44
commit 7b9e83a6b8
4 changed files with 47 additions and 38 deletions

View File

@@ -6,7 +6,7 @@
import { dirname } from 'node:path';
import { fileURLToPath } from 'node:url';
import { promises as fsp } from 'node:fs';
import { languages } from 'i18n';
import { languages } from 'i18n/const';
import { Injectable, Inject } from '@nestjs/common';
import { DI } from '@/di-symbols.js';
import { bindThis } from '@/decorators.js';