apache / incubator-answer

A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
https://answer.apache.org
Apache License 2.0
11.93k stars 872 forks source link

The debug plugin i18n cannot be loaded normally #1000

Open robinv8 opened 2 weeks ago

robinv8 commented 2 weeks ago

Describe the bug

The debug plugin i18n cannot be loaded normally.

To Reproduce

Import plugin

import (
    _ "github.com/apache/incubator-answer-plugins/embed-basic"
    answercmd "github.com/apache/incubator-answer/cmd"
)

Command line execution

go run cmd/answer/main.go run -C ./answer-data

Expected behavior

Display the correct field name

Screenshots

image

Platform