Skip to content

Remove broken i18n system #127

@tmshv

Description

@tmshv

Problems

  1. i18n block in next.config.js is dead codenext.config.js:57-61
    This is a Pages Router feature. App Router ignores it and logs a build warning. Remove the entire i18n block.

  2. translationKey on menu items is never usedsrc/constants.ts, src/app/layout.tsx
    Menu items define translationKey but MenuItem component never reads it. Remove the property from all menu item objects and the type.

  3. LangContext created but never provided or consumedsrc/context/lang.ts
    Delete this file. No component uses it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions