added language file

This commit is contained in:
Ziver Koc 2017-11-14 17:52:55 +01:00
parent 26ab7c9dd9
commit 8d5786d458
5 changed files with 102 additions and 16 deletions

View file

@ -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";
}