fix: #13193, add lang strings

This commit is contained in:
Barış Soner Uşaklı
2025-02-22 17:12:45 -05:00
parent b8c8ae0998
commit 2c83056778
4 changed files with 6 additions and 6 deletions

View File

@@ -15,8 +15,8 @@ const intFields = [
const worldCategory = {
cid: -1,
name: 'Uncategorized',
description: 'Topics that do not strictly fit in with any existing categories',
name: '[[category:uncategorized]]',
description: '[[category:uncategorized.description]]',
icon: 'fa-globe',
imageClass: 'cover',
bgColor: '#eee',

View File

@@ -66,7 +66,6 @@ controller.list = async function (req, res) {
targetUid: targetUid,
};
const data = await categories.getCategoryById(cidQuery);
data.name = '[[world:name]]';
delete data.children;
const tids = await getTids(cidQuery);