Skip to content

Commit

Permalink
Merge pull request #52 from vtex-apps/update/i18n
Browse files Browse the repository at this point in the history
add new translations
  • Loading branch information
camilavcoutinho authored Apr 22, 2021
2 parents 2ac3942 + f5a4733 commit a0121b3
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- I18n Da, Fi, Ja, Ko and Ro.
- Crowdin configuration file.

## [0.9.0] - 2021-01-13
### Added
- New CSS Handle: `modal`.
Expand Down
3 changes: 3 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- source: /messages/en.json
translation: /messages/%locale%.json
6 changes: 6 additions & 0 deletions messages/da.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"store/modal-layout.close-button.default-label": "Annuller",
"admin/editor.modal-layout.close-button.title": "Vælg Modal knap",
"admin/editor.modal-layout.close-button.label.title": "Knap mærkat",
"admin/editor.modal-layout.close-button.label.description": "F.eks. \"Vælg Modal\""
}
6 changes: 6 additions & 0 deletions messages/fi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"store/modal-layout.close-button.default-label": "Peruuta",
"admin/editor.modal-layout.close-button.title": "Sulje modaali -painike",
"admin/editor.modal-layout.close-button.label.title": "Painikkeen selite",
"admin/editor.modal-layout.close-button.label.description": "Esim.: ”Sulje modaali”"
}
6 changes: 6 additions & 0 deletions messages/ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"store/modal-layout.close-button.default-label": "キャンセル",
"admin/editor.modal-layout.close-button.title": "モーダルボタンを閉じる",
"admin/editor.modal-layout.close-button.label.title": "ボタンラベル",
"admin/editor.modal-layout.close-button.label.description": "例「モーダルを閉じる」"
}
6 changes: 6 additions & 0 deletions messages/ko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"store/modal-layout.close-button.default-label": "취소",
"admin/editor.modal-layout.close-button.title": "모달 버튼 닫기",
"admin/editor.modal-layout.close-button.label.title": "버튼 라벨",
"admin/editor.modal-layout.close-button.label.description": "예: \"모달 닫기\""
}
6 changes: 6 additions & 0 deletions messages/ro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"store/modal-layout.close-button.default-label": "Anulează",
"admin/editor.modal-layout.close-button.title": "Închide butonul modal",
"admin/editor.modal-layout.close-button.label.title": "Etichetă buton",
"admin/editor.modal-layout.close-button.label.description": "De exemplu, „Închide modal”"
}

0 comments on commit a0121b3

Please sign in to comment.