Skip to content

Commit

Permalink
Merge pull request #41 from vtex-apps/update/i18n
Browse files Browse the repository at this point in the history
Add IT, FR, KR and NL translations
  • Loading branch information
lbebber authored May 5, 2021
2 parents ecfb987 + 4f0ea1a commit 1267e7c
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- I18n It, Fr, Ko and Nl translations.

### Fixed

- Crowdin configuration file.
- Changelog.

## [0.16.0] - 2021-03-03


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" : "417706"
"base_url" : "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source" : "/messages/en.json",
"translation" : "/messages/%locale%.json",
"type" : "json",
}
]
files:
- source: /messages/en.json
translation: /messages/%locale%.json
6 changes: 6 additions & 0 deletions messages/fr-FR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"admin/editor.row.title": "Ligne",
"admin/editor.column.title": "Colonne",
"admin/editor.row.description": "Composant de la ligne pour l’aménagement de la mise en page flexible",
"admin/editor.column.description": "Composant de la colonne pour l’aménagement de la mise en page flexible"
}
6 changes: 6 additions & 0 deletions messages/it-IT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"admin/editor.row.title": "Riga",
"admin/editor.column.title": "Colonna",
"admin/editor.row.description": "Componente a riga della struttura di Flex Layout",
"admin/editor.column.description": "Componente a colonna della struttura di Flex Layout"
}
6 changes: 6 additions & 0 deletions messages/ko-KR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"admin/editor.row.title": "",
"admin/editor.column.title": "",
"admin/editor.row.description": "플렉스 레이아웃 구조의 행 구성 요소",
"admin/editor.column.description": "플렉스 레이아웃 구조의 열 구성 요소"
}
6 changes: 6 additions & 0 deletions messages/nl-NL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"admin/editor.row.title": "Rij",
"admin/editor.column.title": "Kolom",
"admin/editor.row.description": "Rijcomponent van flex layoutstructuur",
"admin/editor.column.description": "Kolomcomponent van flex layoutstructuur"
}

0 comments on commit 1267e7c

Please sign in to comment.