mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Readme + typo
This commit is contained in:
parent
9049bd3970
commit
43c8b0ee73
@ -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)
|
||||
|
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user