Skip to content

Commit

Permalink
update translations and style
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Apr 24, 2024
1 parent 3a9364f commit ac768e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/tomato-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"label" => [
"ar" => "العربية",
"en" => "Arabic",
"gr" => "Arabische",
"de" => "Arabische",
],
"flag" => "🇪🇬"
],
Expand All @@ -59,16 +59,16 @@
"label" => [
"ar" => "الانجليزية",
"en" => "English",
"gr" => "Englische",
"de" => "Englische",
],
"flag" => "🇺🇸"
],
[
"key" => "gr",
"key" => "de",
"label" => [
"ar" => "الالمانية",
"en" => "Germany",
"gr" => "Deutsche",
"de" => "Deutsche",
],
"flag" => "🇩🇪"
]
Expand Down
1 change: 1 addition & 0 deletions resources/lang/en/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
return [
"dashboard" => "Dashboard",
"saved" => "Saved.",
"actions" => "Actions",
"save" => "Save",
"empty" => "Sorry there is no records like this please add new record or change the filter",
"search" => "Searching...",
Expand Down

0 comments on commit ac768e7

Please sign in to comment.