-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi lingual entities #1754
Comments
Any update on this? |
There are currently no plans to implement it, it is still backlog. |
+1 for this feature! |
Hi there, I would like to contribute to this feature, since I need this feature for my projects and I already have some of the Components(Generic MultiLinuaglEntity/AggregateRootTypes, a MultiLingualManager Service and the MultiLingualMap). @maliming Would it be ok for you, if I work on it? |
Hi @tntwist We always welcome contributions. |
Great. I forked the repo and started the implementation. Just got the base types and interfaces today. Everyone interested can track the progess here: tntwist/feat/multilingual-entities. Open for any kind of feedback and help. |
@tntwist Hi, Are you still working on this? I will implement this feature, if you don't have time. |
@realLiangshiwei I was pretty busy the last two weeks and wont have time to work on it till mid of september. So you can implement it. |
abp boilerplate was filter current language row in memory after get all rows from db, we'd better offer this as an option |
any updates regard this issue, is it planned to be released soon |
we are waiting |
Hi @maliming, @realLiangshiwei and @hikalkan, just wondering what the current status of this feature is. This issue and #5265 are closed, but according to the latest Roadmap, it’s still on the backlog (as of 4.3 final). Can you please clarify? Thanks! |
@yozzozo This feature has been canceled. |
@maliming May I ask why? I think this feature is very important for a lot of people (including myself). I see some commits were made for this, I’d like to understand what happened and offer assistance if I can. Thanks! |
hi @yozzozo Object mapping methods are |
@hikalkan Any context you can provide here? Is there a way the feature can be redesigned so it can work in the current state of the system? I think many of us would appreciate being able to have multi-lingual entities on ABP, the feature was really useful on aspboilerplate. |
I actually implemented this system in a private project. |
Did you encounter |
No i didn't. |
We don't want to use |
Oh i remember now... I walked the same path. That's why I don't use any async call in // Can't make async calls, disable this:
//var defaultLanguage = await SettingProvider.GetOrNullAsync(LocalizationSettingNames.DefaultLanguage);
// Use this:
var defaultLanguage = PortalConsts.DefaultLanguage; |
soo because of async willl you cancel it ? |
+1 for this feature! |
+1 for this feature |
My suggestion is using |
+1 for this feature! |
Hello!
Multi lingual entities were realized recently in ASP.NET Boilerplate Entites.
It supports IMultiLingualEntity, IEntityTranslation, Translations, MultiLingualMap, MultiLingual CRUD operation.
Please, realize, multi-lingual entities in Abp.Io Entites.
Regards, Sergey
The text was updated successfully, but these errors were encountered: