Readme + typo

This commit is contained in:
colymba 2014-03-15 15:53:20 +02:00
parent 9049bd3970
commit 43c8b0ee73
2 changed files with 8 additions and 2 deletions

View File

@ -37,11 +37,17 @@ See [BULK_MANAGER.md](BULK_MANAGER.md) for detailed configuration.
## Notes
* The Record edit form uses the Model's getCMSFields()
### @TODO
#### @TODO
* Add individual actions for each upload (update + cancel)
* Handle and display errors better for: creation, update, cancel
* Make it work not only for images but Files too
## Translations
Translations of the natural language strings are managed through a third party translation interface, transifex.com.
Please use [https://www.transifex.com/projects/p/gridfieldbulkeditingtools/](https://www.transifex.com/projects/p/gridfieldbulkeditingtools/) to contribute translations, rather than sending pull requests with YAML/JS files.
## License (BSD Simplified)
Copyright (c) 2013, Thierry Francois (colymba)

View File

@ -1,7 +1,7 @@
<?php
/**
* Phing build task used to generate SilverStripe translation files
* from Transifex data. This tasks asumes that:
* from Transifex data. This tasks assumes that:
* - Javascript translations are from the Transifex resource called 'js'
* - YML translations are from the Transifex resource called 'yml'
* - Transifex AUTH credentials to be saved in $txAuthFile with content {"username": "user", "password": "pwd"}