Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
yushine committed Aug 5, 2024
1 parent ae3df19 commit 5d84b6a
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 15 deletions.
1 change: 0 additions & 1 deletion innopacks/front/lang/jp/account.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@
'view_all' => 'すべて表示',
'no_order' => '<span class="text-decoration-underline">最初の注文をしてください</span><span>まだ注文がありません。</span>',
];

1 change: 0 additions & 1 deletion innopacks/install/lang/jp/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@
'visit_backend' => 'バックエンドにアクセス',
'check_system' => 'システム環境を確認してください',
];

1 change: 0 additions & 1 deletion innopacks/panel/lang/jp/attributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
return [
'attribute_value' => '属性値',
];

1 change: 0 additions & 1 deletion innopacks/panel/lang/jp/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@
'profile' => 'プロフィール',
'sign_out' => 'ログアウト',
];

1 change: 0 additions & 1 deletion innopacks/panel/lang/jp/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
'email' => 'メールアドレス',
'password' => 'パスワード',
];

1 change: 0 additions & 1 deletion innopacks/panel/lang/jp/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@
'tax_classes' => '税クラス設定',
'tax_rates' => '税率設定',
];

1 change: 0 additions & 1 deletion innopacks/panel/lang/jp/order_return.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
'email' => 'メールアドレス',
'telephone' => '電話',
];

1 change: 0 additions & 1 deletion innopacks/panel/lang/jp/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@
'payment_method' => '支払い方法を選択',
'payment_method_confirm' => '支払い方法を選択してください',
];

1 change: 0 additions & 1 deletion innopacks/panel/lang/jp/role.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
'select_all' => 'すべて選択',
'unselect_all' => '選択解除',
];

1 change: 0 additions & 1 deletion innopacks/panel/lang/jp/state.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
'position' => '位置',
'active' => 'アクティブ状態',
];

1 change: 0 additions & 1 deletion innopacks/panel/lang/jp/tax_classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
'type' => 'タイプ',
'tax_rate' => '税率',
];

2 changes: 1 addition & 1 deletion innopacks/panel/resources/views/layouts/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@foreach (panel_locales() as $locale)
<li>
<a class="dropdown-item d-flex" href="{{ panel_route('locale.switch', ['code'=> $locale['code']]) }}">
<div class="wh-20 me-2"><img src="{{ image_origin($locale['image']) }}" class="img-fluid"></div>
<div class="wh-20 me-2"><img src="{{ image_origin($locale['image']) }}" class="img-fluid border"></div>
{{ $locale['name'] }}
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion innopacks/panel/resources/views/locales/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@foreach($locales as $item)
<tr>
<td>{{ $item['id'] }}</td>
<td><img src="{{ image_resize($item['image']) }}" style="width: 30px;"></td>
<td><img src="{{ image_resize($item['image'], 90, 60) }}" class="border" style="width: 30px;"></td>
<td>{{ $item['name'] }}</td>
<td>{{ $item['code'] }}</td>
<td>{{ $item['position'] }}</td>
Expand Down
1 change: 0 additions & 1 deletion lang/jp/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
'password' => 'パスワードが間違っています。',
'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後に再試行してください。',
];

1 change: 0 additions & 1 deletion lang/jp/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
'please_choose' => '選択してください',
'error_required' => 'name を入力してください',
];

0 comments on commit 5d84b6a

Please sign in to comment.