Skip to content

Commit 7be97f1

Browse files
committed
📦 NEW: Add Language Files
1 parent 8dc046a commit 7be97f1

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

Diff for: includes/languages/en.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
const _REGISTER = 'Register';
4+
const _USERNAME = 'Enter Your Username';
5+
const _EMAIL = 'Enter Your Email';
6+
const _PASSWORD = 'Enter Your Password';

Diff for: includes/languages/es.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
const _REGISTER = 'Registrate';
4+
const _USERNAME = 'Nombre de Usuario';
5+
const _EMAIL = 'Tu Correo';
6+
const _PASSWORD = 'Tu Clave';

Diff for: includes/languages/hi.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
const _REGISTER = 'रजिस्टर करें';
4+
const _USERNAME = 'अपने उपयोगकर्ता नाम दर्ज करें';
5+
const _EMAIL = 'अपना ईमेल दर्ज करें';
6+
const _PASSWORD = 'अपना पासवर्ड डालें';

0 commit comments

Comments
 (0)