first
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Nextend\Framework\Translation;
|
||||
|
||||
abstract class AbstractTranslation {
|
||||
|
||||
public function _($text) {
|
||||
return $text;
|
||||
}
|
||||
|
||||
public function getLocale() {
|
||||
return 'en_US';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user