Skip to content

Commit d171a94

Browse files
committed
Remove code ownership for locales? radiantearth#548
1 parent adfd589 commit d171a94

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
* @m-mohr
22
docker/ @waystilos @geospatial-jeff @constantinius
33
Dockerfile @waystilos @geospatial-jeff @constantinius
4-
src/locales/de-CH @p1d1d1
5-
src/locales/es @rnanclares
6-
src/locales/fr @jfbourgon
7-
src/locales/fr-CA @jfbourgon
8-
src/locales/fr-CH @p1d1d1
9-
src/locales/it @p1d1d1
10-
src/locales/it-CH @p1d1d1
11-
src/locales/ro @mneagul
12-
src/locales/pt @psacra
13-
src/locales/pt-BR @uba

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,29 @@ You need to change the [`locale`](docs/options.md#locale) and [`supportedLocales
123123

124124
The following languages are currently supported:
125125

126-
- German (Germany, Switzerland)
127-
- Spanish
128-
- English (International, US, UK)
129-
- French (Canada, France, Switzerland)
130-
- Italian (Italy, Switzerland)
131-
- Romanian
132-
- Japanese
133-
- Portuguese (Brazil, Portugal)
126+
- German `de` (Germany `de`, Switzerland `de-CH`)
127+
- Spanish `es`
128+
- English `en` (International `en`, US `en-US`, UK `en-GB`)
129+
- French `fr` (Canada `fr-CA`, France `fr`, Switzerland `fr-CH`)
130+
- Italian `it` (Italy `it`, Switzerland `it-CH`)
131+
- Romanian `ro`
132+
- Japanese `ja`
133+
- Portuguese `pt` (Brazil `pt-BR`, Portugal `pt`)
134134

135135
We manage the translations in Crowdin, please see <https://crowdin.com/project/stac-browser/> for details.
136136

137137
To add your own language, please follow the guide below: [Adding a new language](#adding-a-new-language)
138138

139+
The following contributors kindly provide the translations:
140+
141+
- [@jfbourgon](https://github.com/jfbourgon): `fr`, `fr-CA`
142+
- [@mneagul](https://github.com/mneagul): `ro`
143+
- [@m-mohr](https://github.com/m-mohr): `de`, `en`, `en-GB`, `en-US`
144+
- [@p1d1d1](https://github.com/p1d1d1): `de-CH`, `fr-CH`, `it`, `it-CH`
145+
- [@psacra](https://github.com/psacra): `pt`
146+
- [@rnanclares](https://github.com/rnanclares): `es`
147+
- [@uba](https://github.com/uba): `pt-BR`
148+
139149
#### Custom phrases
140150

141151
You can define custom phrases in the `custom.json`.

0 commit comments

Comments
 (0)