From 43c8b0ee730525ab6e2f23def9333cccac9d0571 Mon Sep 17 00:00:00 2001 From: colymba Date: Sat, 15 Mar 2014 15:53:20 +0200 Subject: [PATCH] Readme + typo --- README.md | 8 +++++++- tasks/BuildTransifexTranslations.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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 @@