OrchardCMS / OrchardCore.Commerce

The commerce module for Orchard Core.
MIT License
219 stars 90 forks source link

Upload translation files to crowdin (OCC-121) #246

Open wAsnk opened 1 year ago

wAsnk commented 1 year ago

Describe the solution you'd like

It would be great to have OCC translation files on Crowdin just like Orchard Core has.

Jira issue

sarahelsaig commented 1 year ago

It looks like there already is one here. However it's 5 months old. I don't know how crowdin works, but we should automate this. I see there is a GitHub action for uploading translations, we should invoke it in the publish-cloudsmith workflow to keep it up to date.

wAsnk commented 1 year ago

@agriffard I saw that you are the owner of this Crowdin project https://crowdin.com/project/orchard-core-commerce How is it possible to update the source PO files?

hishamco commented 1 year ago

There's some configuration that needs to setup by @agriffard to integrate with crowdin, also we need to run PoExtractor to extract the resources

sarahelsaig commented 11 months ago

@sebastienros could you set the CLOUDSMITH_API_KEY and NUGET_API_KEY secrets for the OrchardCore.Commerce.Translations repo too?

sebastienros commented 11 months ago

Done