Skip to content

Commit

Permalink
Undo change on contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Apr 12, 2024
1 parent 62bb320 commit 0d196be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Foxglove Studio
# Contributing to Foxbox

**Supported development environments:** Linux, Windows, macOS

Expand Down Expand Up @@ -42,7 +42,7 @@ $ yarn test:watch # run tests on changed files

## Localization

At this time, first-class support for Foxglove Studio is provided in English only. Localization into other languages is available on a best-effort basis, with translations provided by community volunteers. Current community supported-languages are:
At this time, first-class support for Foxbox is provided in English only. Localization into other languages is available on a best-effort basis, with translations provided by community volunteers. Current community supported-languages are:

- Chinese
- Japanese
Expand All @@ -56,7 +56,7 @@ Translation support is implemented using [`react-i18next`](https://react.i18next

### Add translations to the `i18n` directory

The [`i18n` directory](packages/studio-base/src/i18n) contains translated (localized) strings for all languages supported by Foxglove Studio.
The [`i18n` directory](packages/studio-base/src/i18n) contains translated (localized) strings for all languages supported by Foxbox.

Translated strings are organized into _namespaces_ — e.g. [`i18n/[language]/appSettings.ts`](packages/studio-base/src/i18n/en/appSettings.ts) contains translations for the app's Settings tab.

Expand Down

0 comments on commit 0d196be

Please sign in to comment.