Activities of "maliming"

hi

Please check this pr https://github.com/abpframework/abp/pull/4857/files

hi fallas

You can try to override the default language texts.

https://docs.abp.io/en/abp/latest/Localization#inherit-from-other-resources

hi jhan

If you can provide simple steps to reproduce the problem, I can check it further.

hi toan.nguyen

We will release it in 4.3 Please refer to this before that: https://github.com/abpframework/abp/pull/7716

hi @selinkoykiran

Can you share your full code?

Answer

hi

It's related to Remember me

context.Services.ConfigureApplicationCookie(options =>
{
    options.ExpireTimeSpan = TimeSpan.FromHours(10);
    
    //options.SlidingExpiration = true;
    //The SlidingExpiration is set to true to instruct the middleware to re-issue a new cookie with a new expiration time any time it processes a request which is more than halfway through the expiration window.
   
});

With Remember me:

Without Remember me:

I don't have source code.

You can send me an email. I will share the abp-translation.json or en.json of commericial modules to you.

liming.ma@volosoft.com

hi

They are net core application. you can follow this official Microsoft document

hi

For MVC this is expected.

hi

You can use command of CLI.

abp translate -c <culture> [options]

https://docs.abp.io/en/abp/latest/CLI#translate

Showing 8151 to 8160 of 8472 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11