diff --git a/README.md b/README.md index 832dfbf..37999a4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/tasks/BuildTransifexTranslations.php b/tasks/BuildTransifexTranslations.php index e5e6e56..996a527 100644 --- a/tasks/BuildTransifexTranslations.php +++ b/tasks/BuildTransifexTranslations.php @@ -1,7 +1,7 @@