Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusialmacopedia committed Jan 14, 2021
0 parents commit 073c61f
Show file tree
Hide file tree
Showing 14 changed files with 12,664 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
vendor
bin
docker-compose.yml
.idea
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# v1.0.0:
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "codehat/akeneo-translation",
"type": "symfony-bundle",
"description": "Codehat translation extension for Akeneo",
"license": "OSL-3.0",
"authors": [
{
"name": "Codehat",
"homepage": "https://www.codehat.pl"
}
],
"require": {
"akeneo/pim-community-dev": "^4.0.0",
"google/cloud-translate": "^1.9"
},
"autoload": {
"psr-4": {
"Codehat\\TranslationExtension\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^9"
}
}
Loading

0 comments on commit 073c61f

Please sign in to comment.