Skip to content

Commit

Permalink
update CHANGELOG.md and crowdin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
camilavcoutinho committed Apr 29, 2021
1 parent faf606a commit 0ef895a
Show file tree
Hide file tree
Showing 2 changed files with 11 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

0 comments on commit 0ef895a

Please sign in to comment.