From 66f4bd27d66a4c9157556cd0fa0bec097e5cd6eb Mon Sep 17 00:00:00 2001 From: Jose Carmona Date: Thu, 8 Jun 2017 19:51:01 +0200 Subject: [PATCH] add MinkExtension translation resources + Translation of steps to Spanish (#369) * add MinkExtension translation resources * partial translate * Spanish translation completed --- i18n/es.xliff | 286 ++++++++++++++++++ .../DrupalExtension/Context/MinkContext.php | 2 +- 2 files changed, 287 insertions(+), 1 deletion(-) create mode 100644 i18n/es.xliff diff --git a/i18n/es.xliff b/i18n/es.xliff new file mode 100644 index 00000000..c37226c4 --- /dev/null +++ b/i18n/es.xliff @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Drupal/DrupalExtension/Context/MinkContext.php b/src/Drupal/DrupalExtension/Context/MinkContext.php index bd674304..1edb8b4e 100644 --- a/src/Drupal/DrupalExtension/Context/MinkContext.php +++ b/src/Drupal/DrupalExtension/Context/MinkContext.php @@ -17,7 +17,7 @@ class MinkContext extends MinkExtension implements TranslatableContext { * @return array */ public static function getTranslationResources() { - return glob(__DIR__ . '/../../../../i18n/*.xliff'); + return self::getMinkTranslationResources() + glob(__DIR__ . '/../../../../i18n/*.xliff'); } /**