File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,9 @@ the categories in this file. Below are some general guidelines:
69
69
- In contrast, some strings are common to multiple components,
70
70
so it makes sense to group them by theme (e.g. accessModes) under the `common` category.
71
71
72
- Note : Do not put comments in the YML files. They will be removed by `yaml-sort`!
72
+ Note : Do not put comments in the YML files! They will be removed by `yaml-sort`.
73
+ Instead, comments for other developers should be placed in the corresponding js/jsx/ts/tsx file.
74
+ Comments for translators should be entered into Weblate (see [Contributing Translations](#contributing-translations))
73
75
74
76
# ## Internationalizable content in the configuration file
75
77
@@ -111,7 +113,7 @@ OTP-react-redux now uses [Hosted Weblate](https://www.weblate.org) to manage tra
111
113
Translations from the community are welcome and very much appreciated,
112
114
please see instructions at https://hosted.weblate.org/projects/otp-react-redux/.
113
115
Community input from Weblate will appear as pull requests with changes to files in the `i18n` folder for our review.
114
- (We reserve the right to edit or reject contributions as we see fit .)
116
+ (Contributions may be edited or rejected to remain in line with long-term project goals .)
115
117
116
118
If changes to a specific language file is needed but not enabled in Weblate, please open an issue or a pull request with the changes needed.
117
119
You can’t perform that action at this time.
0 commit comments