You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove the note that Volto can't be contributed using Weblate (#1928)
* remove the note that Volto can't be contributed using Weblate
* Add how to get notifications of translations
* signal that PCA is not required to contribute translations
* Update contributing-translations.md
---------
Co-authored-by: Steve Piercy <[email protected]>
Copy file name to clipboardExpand all lines: docs/i18n-l10n/contributing-translations.md
+3-8
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,9 @@ You will need to work in one repository for Plone core, and optionally another o
28
28
## Prerequisites
29
29
30
30
Request write access to https://github.com/collective/plone.app.locales to be able to commit your translation directly.
31
-
32
31
To do so, [join the collective GitHub organization](https://collective.github.io/).
33
32
34
-
Optionally sign the [Plone Contributor Agreement](https://plone.org/foundation/contributors-agreement)for translating Volto.
33
+
Because translation strings do not constitute an original "work", translators are not required to sign the [Plone Contributor Agreement (PCA)](https://plone.org/foundation/contributors-agreement)to contribute translations to either Plone or Volto.
@@ -95,17 +94,13 @@ Plone gets free hosting at the [Hosted](https://hosted.weblate.org/) platform th
95
94
96
95
Translators will need to create an account on Weblate with an email and password.
97
96
Authentication with GitHub and other third-party accounts might not work.
97
+
You can [configure your Weblate account to receive notifications](https://hosted.weblate.org/accounts/profile/#notifications) either automatically whenever you make a contribution to a project or manually watch specific projects.
98
98
99
99
Translators can go to the [Plone project in Weblate](https://hosted.weblate.org/projects/plone/).
100
100
101
101
You will see several components listed.
102
102
The `volto` component is for the package `volto`, whose repository is at https://github.com/plone/volto.
103
103
104
-
```{note}
105
-
At this moment Volto translations can't be contributed using Weblate.
106
-
The Volto Team are working on this issue, and hope to fix it as soon as possible.
107
-
```
108
-
109
104
All other components are for the package `plone.app.locales`, whose repository is at https://github.com/collective/plone.app.locales.
110
105
111
106
See the Weblate documentation, [Translating using Weblate](https://docs.weblate.org/en/latest/user/translating.html), for how to use it to write translations.
@@ -114,7 +109,7 @@ When you save a translation, then it is committed on a branch used only for tran
114
109
115
110
[See recent commits to the package `plone.app.locales`](https://github.com/collective/plone.app.locales/commits/master/).
116
111
117
-
Maintainers will periodically create a pull request from the changes, and merge it.
112
+
Maintainers will periodically review the pull request that Weblate creates automatically, and merge it.
0 commit comments