feat(content): translate seeded items, locations, and reputation faction to English

Converts all German player-facing content in the API's seed files to
English per the English Game Content Foundation glossary: item
name/description, monster name, location name/description, all
local-location POI/action content, and the border-guard reputation
faction. Technical keys are unchanged.
This commit is contained in:
Bastian Wagner
2026-08-21 20:00:04 +02:00
parent 74fc89dfe5
commit b8ee56ca1a
5 changed files with 101 additions and 101 deletions

View File

@@ -16,9 +16,9 @@ export const REPUTATION_FACTIONS: SeedReputationFaction[] = [
{
id: BORDER_GUARD_FACTION_ID,
key: 'border-guard',
name: 'Grenzwacht',
name: 'Border Watch',
description:
'Die letzten organisierten Wächter der Aschenfelder, die verbliebene Handelsrouten und Außenposten schützen.',
'The last organized watch of the Ashen Fields, guarding what remains of the trade routes and outposts.',
regionKey: 'ashen-fields',
enabled: true,
},