abp icon indicating copy to clipboard operation
abp copied to clipboard

Consider to implement external localization infrastructure

Open hikalkan opened this issue 3 years ago • 3 comments

I've created the infrastructure with https://github.com/abpframework/abp/pull/13845 But I haven't implement the IExternalLocalizationStore for open source side yet. Current NullExternalLocalizationStore returns empty results, so it works as before without any problem. I've implement it for the ABP Commercial language management module. I didn't implement for open source, because there is no module that works with database for localization system and I didn't want to introduce a new module for this purpose. We may use BLOB storing feature, or we can create a generic state storage system (like dapr - see https://github.com/abpframework/abp/issues/16744), then use it. Using distributed cache was not an option because it should be persistent.

hikalkan avatar Sep 07 '22 08:09 hikalkan

+1

dongfo avatar Jan 20 '23 08:01 dongfo

Can I work on this feature?

I need to ask first, ABP already stores the localization resources in JSON files which are considered as external storage. Could you please elaborate on the external store in this context if you mean something else?

hishamco avatar Oct 29 '23 18:10 hishamco

+1 from 2025

vedvalsangkar avatar Aug 25 '25 13:08 vedvalsangkar