added language file
This commit is contained in:
parent
26ab7c9dd9
commit
8d5786d458
5 changed files with 102 additions and 16 deletions
|
|
@ -9,4 +9,9 @@ public interface ZalleryConstant {
|
|||
|
||||
String SESSION_KEY_USER = "zal_user";
|
||||
String SESSION_KEY_AUTH_HASH = "zal_session_hash";
|
||||
|
||||
/** Language Key Constants **/
|
||||
|
||||
String LANG_BASENAME = "zallery_lang";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue