translations.features.translations_cs.inc 256 B

1234567891011121314
  1. <?php
  2. /**
  3. * @file
  4. * translations.features.translations_cs.inc
  5. */
  6. /**
  7. * Implements hook_translations_cs_defaults().
  8. */
  9. function translations_translations_cs_defaults() {
  10. $translations = array();
  11. $translatables = array();
  12. return $translations;
  13. }