- ABP Framework version: v7.2.3
- UI Type: Angular
- Database System: EF Core (SQL Serve)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hi,
I downloaded the Volo.Abp.OpenIddict module and in this module we have the Volo.Abp.OpenIddict.Domain.Shared project where the module's translations are. But when I change any of the translations it does not reflect in Angular.
Would you help me?
8 Answer(s)
-
0
hi
But when I change any of the translations it does not reflect in Angular.
Did you change the text on the
json
files?Can you try to clear the cache(redis)?
-
0
Hi,
Yes, I changed one to test and it doesn't work. I'm not using Redis.
Any text I change doesn't reflect in Angular.
Ex.: “Applications”: “Applications 123”.
There was even no translation for pt-BR, but even changing it in English it doesn't work...
It seems to me that he is getting the package and not the Pro module.
There was even no translation for pt-BR, but even changing it in English it doesn't work...
I tried to create a resource following the documentation itself but it gives an assembly error.
But it should work because Identity.Pro works and both logics are the same.
-
0
hi
It seems to me that he is getting the package and not the Pro module.
You need to replace all openiddict packages with your local source. You also need to use the local source account pro module. Because it will use openiddict package instead of local source code
-
0
oi
Parece-me que ele está recebendo o pacote e não o módulo Pro.
Você precisa substituir todos os pacotes abertos pela sua fonte local. Você também precisa usar o módulo profissional de conta de origem local. Porque usaremos o pacote openiddict em vez do código-fonte local
hi,
I'm confused... because the other modules work normally, for example Volo.Identity.Pro
It doesn't have a local resource in the Pro module and I can change the translations and they are reflected in Angular.
-
0
Ok, Can you share the source code? I can check it locally.
Thanks
liming.ma@volosoft.com
-
0
Hi,
I'm trying to send it to your email but the size doesn't allow it.
So I'm sharing a folder via OneDrive.
I sent it to your email mentioned above.
-
0
-
0
Hi, It worked, thank you!