Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions argilla-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ These are the section headers that we use:

### Added

- Added French language ([#5825](https://github.com/argilla-io/argilla/issues/5825)).

### Added

- Added Japanese language ([#5816](https://github.com/argilla-io/argilla/pull/5816)). Contributed by @Tomoya-Matsubara.

## [2.7.1](https://github.com/argilla-io/argilla/compare/v2.7.0...v2.7.1)
Expand Down
5 changes: 5 additions & 0 deletions argilla-frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ const config: NuxtConfig = {
name: "Español",
file: "es.js",
},
{
code: "fr",
name: "Français",
file: "fr.js",
},
{
code: "ja",
name: "日本語",
Expand Down
Loading