Skip to content

Commit

Permalink
Merge pull request #15 from vtex-apps/update/i18n
Browse files Browse the repository at this point in the history
Add Fr, IT, NL and KR
  • Loading branch information
lucasaarcoverde authored May 3, 2021
2 parents 6f00d5b + 0ef895a commit fbe3156
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- I18n, Fr, It, Kr and Nl.

### Changed

- Crowdin configuration file.

## [3.3.0] - 2021-03-04

### Added
Expand Down
13 changes: 3 additions & 10 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
"project_id" : "416630"
"base_url" : "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source" : "admin-graphql-ide/messages/en.json",
"translation" : "admin-graphql-ide/messages/%two_letters_code%.json",
"type" : "json",
}
]
files:
- source: /messages/en.json
translation: /messages/%two_letters_code%.json
8 changes: 8 additions & 0 deletions messages/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"admin/error.state": "Réessayez",
"admin/error.title": "Un problème est survenu",
"admin/no-app-selected.title": "Choisir une application",
"admin/no-app-selected.state": "Choisissez une application pour effectuer des recherches",
"admin/layout.title": "GraphQL IDE",
"admin/controller.app-picker": "Choisir une application"
}
8 changes: 8 additions & 0 deletions messages/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"admin/error.state": "Riprova",
"admin/error.title": "Si è verificato un errore",
"admin/no-app-selected.title": "Scegli un'App",
"admin/no-app-selected.state": "Scegli un'App per creare query",
"admin/layout.title": "Ambiente di sviluppo integrato (IDE) GraphQL",
"admin/controller.app-picker": "Scegli un'App"
}
8 changes: 8 additions & 0 deletions messages/ko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"admin/error.state": "다시 시도",
"admin/error.title": "문제가 발생했습니다",
"admin/no-app-selected.title": "앱 선택",
"admin/no-app-selected.state": "쿼리를 만들 앱 선택",
"admin/layout.title": "GraphQL IDE",
"admin/controller.app-picker": "앱 선택"
}
8 changes: 8 additions & 0 deletions messages/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"admin/error.state": "Probeer het opnieuw",
"admin/error.title": "Er is iets misgegaan",
"admin/no-app-selected.title": "Kies een app",
"admin/no-app-selected.state": "Kies een app om vragen te stellen",
"admin/layout.title": "GraphQL IDE",
"admin/controller.app-picker": "Kies een app"
}

0 comments on commit fbe3156

Please sign in to comment.