Support for localization
This commit is contained in:
parent
51cd71846b
commit
aa1bc50648
3 changed files with 13 additions and 4 deletions
7
lang/en.php
Normal file
7
lang/en.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
// This is the default language file for PHP
|
||||
|
||||
$LANG_Blogs_Of = "Blogs of";
|
||||
$LANG_Check_out_this_blog = "Check out this blog";
|
||||
$LANG_Check_out = "Check out";
|
Reference in a new issue