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
@@ -65,7 +64,6 @@ to review the appropriate one for your contribution.
65
64
66
65
If you come across a bug and think you can solve, we appreciate your work.
67
66
Please make sure that you follow these rules:
68
-
69
67
- keep the PR as small as possible, fix only one thing at a time => keeping it
70
68
reviewable
71
69
- test that your code does what you claim it does.
@@ -79,16 +77,15 @@ to review the appropriate one for your contribution.
79
77
- <details><summary><b>Translations / Internationalisation (i18n)</b> (click to expand)</summary>
80
78
<p>
81
79
82
-
Please add **all** strings that are translatable to `src/lang/en.json`. If translation keys are omitted, they cannot be translated. **Do not include any other languages in your initial pull request** (even if it is your mother tongue) to avoid merge conflicts between Weblate and `master`. Once your PR is merged into `master`, the strings can be translated by awesome people donating their language skills.
83
-
84
-
We use Weblate to localise this project into many languages. If you want to help translate Uptime Kuma into your language, please see [these instructions on how to translate using Weblate](https://github.com/louislam/uptime-kuma/blob/master/src/lang/README.md).
85
-
80
+
Please add **all** strings that are translatable to `src/lang/en.json`. If translation keys are omitted, they cannot be translated. **Do not include any other languages in your initial pull request** (even if it is your mother tongue) to avoid merge conflicts between Weblate and `master`. Once your PR is merged into `master`, the strings can be translated by awesome people donating their language skills.
81
+
82
+
We use Weblate to localise this project into many languages. If you want to help translate Uptime Kuma into your language, please see [these instructions on how to translate using Weblate](https://github.com/louislam/uptime-kuma/blob/master/src/lang/README.md).
83
+
86
84
There are some cases where a change cannot be done directly in Weblate and requires a PR:
87
-
88
-
- A text may not yet be localisable. In this case, **adding a new language key** via `{{ $t("Translation key") }}` or [`<i18n-t keypath="Translation key">`](https://vue-i18n.intlify.dev/guide/advanced/component.html) might be necessary.
89
-
- Language keys need to be **added to `en.json`** to appear in Weblate. If this has not been done, a PR is appreciated.
90
-
-**Adding a new language** requires creating a new file. See [these instructions](https://github.com/louislam/uptime-kuma/blob/master/src/lang/README.md).
91
-
85
+
- A text may not yet be localisable. In this case, **adding a new language key** via `{{ $t("Translation key") }}` or [`<i18n-t keypath="Translation key">`](https://vue-i18n.intlify.dev/guide/advanced/component.html) might be necessary.
86
+
- Language keys need to be **added to `en.json`** to appear in Weblate. If this has not been done, a PR is appreciated.
87
+
-**Adding a new language** requires creating a new file. See [these instructions](https://github.com/louislam/uptime-kuma/blob/master/src/lang/README.md).
88
+
92
89
<sub>Because maintainer time is precious, junior maintainers may merge uncontroversial PRs in this area.</sub>
93
90
94
91
</p>
@@ -98,7 +95,6 @@ to review the appropriate one for your contribution.
98
95
<p>
99
96
100
97
To set up a new notification provider these files need to be modified/created:
101
-
102
98
-`server/notification-providers/PROVIDER_NAME.js` is where the heart of the
103
99
notification provider lives.
104
100
@@ -135,7 +131,6 @@ to review the appropriate one for your contribution.
0 commit comments