Removing readme text files from code

This commit is contained in:
Manuel Cillero 2017-08-27 18:49:46 +02:00
parent b461f2b690
commit 3b59d37c3b
54 changed files with 0 additions and 4753 deletions

View file

@ -1,29 +0,0 @@
README.txt
==========
********************************************************************
This is i18n package 6.x, and works with Drupal 6.x
********************************************************************
WARNING: DO READ THE INSTALL FILE AND the ON-LINE HANDBOOK
********************************************************************
This is a collection of modules providing multilingual features.
These modules will build onto Drupal 6 core features enabling a full multilingual site
Up to date documentation will be kept on-line at http://drupal.org/node/133977
SimpleTest:
-----------
Tests for this module will run on SimpleTest 6.x-2.8 (old version).
About this see http://drupal.org/node/584596
Additional Support
=================
For support, please create a support request for this module's project:
http://drupal.org/project/i18n
Support questions by email to the module maintainer will be simply ignored. Use the issue tracker.
====================================================================
Jose A. Reyero, drupal at reyero dot net, http://www.reyero.net

View file

@ -1,22 +0,0 @@
README.txt
==========
Drupal module: i18nsync (Synchronization)
This module will handle content synchronization accross translations.
The available list of fields to synchronize will include standard node fields and cck fields.
To have aditional fields, add the list in a variable in the settings.php file, like this:
// Available fields for synchronization, for all node types.
$conf['i18nsync_fields_node'] = array(
'field1' => t('Field 1 name'),
'field2' => t('Field 2 name'),
...
);
// More fields for a specific content type 'nodetype' only.
$conf['i18nsync_fields_node_nodetype'] = array(
'field3' => t('Field 3 name'),
...
);