-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Data Localization #4466
base: main
Are you sure you want to change the base?
Data Localization #4466
Conversation
...rchardCore.Modules/OrchardCore.ContentTypes/Services/ContentFieldLocalizationDataProvider.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore/OrchardCore.Abstractions/Localization/ILocalizationDataProvider.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore/OrchardCore.Localization.Core/DynamicData/DynamicDataTranslationsProvider.cs
Outdated
Show resolved
Hide resolved
I'm successfully able to export the dynamic data localization, here's what I got: {
"name": "",
"displayName": "",
"description": "",
"author": "",
"website": "",
"version": "",
"issetuprecipe": false,
"categories": "",
"tags": [],
"steps": [
{
"name": "DynamicDataTranslations",
"DynamicDataTranslations": {
"Article1": {
"en": "Article1",
"fr": "Article1",
"es": "Artículo1"
},
"Article2": {
"en": "Article2",
"fr": "Article2",
"es": ""
},
"Article3": {
"en": "",
"fr": "",
"es": "Artículo3"
}
}
}
]
} It's the time to tweak it little to add the group them by the context |
c526e83
to
b39500a
Compare
@sebastienros any comments here before I will move further |
@sebastienros any comments or should @hishamco keep going? Would love to see this one keep moving but it's dropped to the second page of PRs 😟 |
I had started to review ... will go on don't worry, very important |
@sebastienros you asked me from the beginning to keep you in the loop, seem I enter in infinite loop 😄 |
@sebastienros any change to review this before 1.0.0 or shall we delay to 1.1.0? |
Conflicts to resolve. |
Sure, I will resolve them, but still need more work here, IMHO if this feature will be after Thanks |
5090dd4
to
c84f2b4
Compare
@hishamco This PR looks like a good start but where is the UI/Views/Controllers for adding translations on a Content Type or Field names? Ok, getting back on this tomorrow. Will test it and try to add some UI. |
I just waiting for Seb at that time ;) I can implement this feature in OCC and provide a worked prototype |
It definitely needs to be added to OC. |
Me too ;) what I'm suggested is to make real working prototype in OCC, after that we can continue here and hear the OC team opinions BTW this supposed to be |
I think everyone will agree that we should not wait on 1.0 to start working on something 😅 |
OCC is provide non official modules, themes and features for OC, of course this will be a part of OC but it needs a time to review and merge, I will try to keep this updated until Seb have a time to revise this |
It's ready for review, also I need to update something before merging. FYI while the PR is too old and very useful we can merge it with minimalist features, then I can continue pushing new features I already did a great progress in OCC, also I might need to do another demo perhaps to accelerate the merging process :) |
Awesome! @sebastienros would you like to continue the review? |
This is for you Seb #4466 (comment) :) |
If you are planning a short demo on this, consider joining me into this call. |
@Mollenhorst sure I will do that, but my demo is follow-up, if you need related demos I can share the links, also I demo the Data Localization on the previous Orchard Harvest Conf |
This pull request has merge conflicts. Please resolve those before requesting a review. |
It seems that this pull request didn't really move for quite a while. Is this something you'd like to revisit any time soon or should we close? Please comment if you'd like to pick it up. |
This pull request has merge conflicts. Please resolve those before requesting a review. |
for instructions on how to resolve the merge conflicts due to #16572 please follow the step listed in this comment. |
It seems that this pull request didn't really move for quite a while. Is this something you'd like to revisit any time soon or should we close? Please comment if you'd like to pick it up. |
I think this should be a part of OC |
Does it have/need breaking changes? |
I don't think so, but I need to revise the PR and see the updates that I did in OCC |
It seems that this pull request didn't really move for quite a while. Is this something you'd like to revisit any time soon or should we close? Please comment if you'd like to pick it up. |
Fixes #3607