Skip to content

Commit 78cb518

Browse files
Tomoya-Matsubarafrascuchon
authored andcommitted
feat: add Japanese translation (#5816)
<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Closes #5815 **Type of change** <!-- Please delete options that are not relevant. Remember to title the PR according to the type of change --> - New feature (non-breaking change which adds functionality) **How Has This Been Tested** <!-- Please add some reference about how your feature has been tested. --> Checked that the UI works with the Japanese language by setting the language in the local environment. Used [docker-compose.yaml](https://github.com/argilla-io/argilla/blob/9bc5f101790a8d901884d2ba52a60f7b8f354f38/examples/deployments/docker/docker-compose.yaml) for backend. **Checklist** <!-- Please go over the list and make sure you've taken everything into account --> - I added relevant documentation - I followed the style guidelines of this project - I did a self-review of my code - I made corresponding changes to the documentation - I confirm My changes generate no new warnings - I have added tests that prove my fix is effective or that my feature works - I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)
1 parent 77f5c57 commit 78cb518

File tree

3 files changed

+423
-0
lines changed

3 files changed

+423
-0
lines changed

argilla-frontend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ These are the section headers that we use:
1818

1919
## [2.8.0](https://github.com/argilla-io/argilla/compare/v2.7.1...v2.8.0)
2020

21+
### Added
22+
23+
- Added Japanese language ([#5816](https://github.com/argilla-io/argilla/pull/5816)). Contributed by @Tomoya-Matsubara.
24+
2125
## [2.7.1](https://github.com/argilla-io/argilla/compare/v2.7.0...v2.7.1)
2226

2327
### Fixed

argilla-frontend/nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ const config: NuxtConfig = {
123123
name: "Español",
124124
file: "es.js",
125125
},
126+
{
127+
code: "ja",
128+
name: "日本語",
129+
file: "ja.js",
130+
},
126131
],
127132
detectBrowserLanguage: false,
128133
vueI18n: {

0 commit comments

Comments
 (0)