OXDEV-338 Move views directory under application

* If application directory exists, module translation loader looks for
translations inside application/... directory.
This commit is contained in:
Anton Fedurtsya
2017-11-14 14:46:36 +02:00
parent 47f8fcd8ae
commit 985eb413d7
4 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,13 @@
<?php
/**
* #PHPHEADER_OECAPTCHA_LICENSE_INFORMATION#
*/
// -------------------------------
// RESOURCE IDENTIFIER = STRING
// -------------------------------
$aLang = array(
'charset' => 'UTF-8',
'SHOP_MODULE_GROUP_main' => 'Allgemein',
'SHOP_MODULE_oecaptchakey' => 'Captcha Key',
);