Skip to content

Commit 91778a0

Browse files
authored
new Folder
1 parent 37abd10 commit 91778a0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

routes/lang/en.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
return [
4+
"welcome" => "Welcome :name"
5+
];

routes/lang/fa.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
return [
4+
"welcome" => "خوش آمدید"
5+
];

0 commit comments

Comments
 (0)