Skip to content

Commit

Permalink
Remove code ownership for locales? #548
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 28, 2025
1 parent adfd589 commit d171a94
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
* @m-mohr
docker/ @waystilos @geospatial-jeff @constantinius
Dockerfile @waystilos @geospatial-jeff @constantinius
src/locales/de-CH @p1d1d1
src/locales/es @rnanclares
src/locales/fr @jfbourgon
src/locales/fr-CA @jfbourgon
src/locales/fr-CH @p1d1d1
src/locales/it @p1d1d1
src/locales/it-CH @p1d1d1
src/locales/ro @mneagul
src/locales/pt @psacra
src/locales/pt-BR @uba
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,29 @@ You need to change the [`locale`](docs/options.md#locale) and [`supportedLocales

The following languages are currently supported:

- German (Germany, Switzerland)
- Spanish
- English (International, US, UK)
- French (Canada, France, Switzerland)
- Italian (Italy, Switzerland)
- Romanian
- Japanese
- Portuguese (Brazil, Portugal)
- German `de` (Germany `de`, Switzerland `de-CH`)
- Spanish `es`
- English `en` (International `en`, US `en-US`, UK `en-GB`)
- French `fr` (Canada `fr-CA`, France `fr`, Switzerland `fr-CH`)
- Italian `it` (Italy `it`, Switzerland `it-CH`)
- Romanian `ro`
- Japanese `ja`
- Portuguese `pt` (Brazil `pt-BR`, Portugal `pt`)

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

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

The following contributors kindly provide the translations:

- [@jfbourgon](https://github.com/jfbourgon): `fr`, `fr-CA`
- [@mneagul](https://github.com/mneagul): `ro`
- [@m-mohr](https://github.com/m-mohr): `de`, `en`, `en-GB`, `en-US`
- [@p1d1d1](https://github.com/p1d1d1): `de-CH`, `fr-CH`, `it`, `it-CH`
- [@psacra](https://github.com/psacra): `pt`
- [@rnanclares](https://github.com/rnanclares): `es`
- [@uba](https://github.com/uba): `pt-BR`

#### Custom phrases

You can define custom phrases in the `custom.json`.
Expand Down

0 comments on commit d171a94

Please sign in to comment.