featurehub icon indicating copy to clipboard operation
featurehub copied to clipboard

Supports translation into other languages

Open Mystery00 opened this issue 10 months ago • 0 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Not.

Describe the solution you'd like A clear and concise description of what you want to happen.

After I start FeatureHub using docker, it can support all my needs well. Since I am not a native English speaker, can its text be translated into other languages?

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

A simple i18n process can be provided. The default language is English. It supports switching to other languages. The translation quality depends on the contributors (when adding new text, if the contributors fail to provide the new version of the text in time, it will fallback to the default language - English) All the text that may appear on all pages are unified into one file, named messages_en.properties or messages_default.properties. The translation content of other languages ​​is named with language identifiers and placed in the same directory.

图片 The overall implementation is somewhat similar to Keycloak.

Additional context Add any other context or screenshots about the feature request here.

Mystery00 avatar Dec 29 '24 07:12 Mystery00