abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.99k stars 3.46k forks source link

ABP translation process seems broken #21473

Open improwise opened 3 days ago

improwise commented 3 days ago

Is there an existing issue for this?

Description

It seems like the translation process described here https://abp.io/docs/latest/contribution is either incomplete or not working. When running the "abp translate" command does not seem to include all the necessary strings to be translated which can easily be confirmed by just doing a search for "login" or "claim" in the produced file which are missing.

So even when we have translated all the entries in that file and had that committed via a PR to ABP code, the end result is still something that is almost useless as half of the UI would still be in English.

How can we do an actual translation of ABP for, in our case, Swedish?

maliming commented 2 days ago

hi

When running the "abp translate" command does not seem to include all the necessary strings to be translated which can easily be confirmed by just doing a search for "login" or "claim" in the produced file which are missing.

Please share full steps.