mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX Fixed broken path, should be RailsYAML not RailsYaml
This commit is contained in:
parent
38320691e4
commit
6ca7294c65
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
require_once 'Zend/Translate.php';
|
||||
require_once 'zend_translate_railsyaml/library/Translate/Adapter/RailsYaml.php';
|
||||
require_once 'zend_translate_railsyaml/library/Translate/Adapter/RailsYAML.php';
|
||||
|
||||
/**
|
||||
* @package sapphire
|
||||
@ -16,4 +16,4 @@ class i18nRailsYamlAdapter extends Translate_Adapter_RailsYaml implements i18nTr
|
||||
public function getFilenameForLocale($locale) {
|
||||
return "$locale.yml";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user