meraproject/module/core/lang/structure/eLangCode.php

8 lines
97 B
PHP
Raw Normal View History

<?
namespace core\lang\structure;
class eLangCode {
const RU = 'ru';
const EN = 'en';
}