Skip to content

Commit

Permalink
Add ja/Language.php (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis authored Oct 5, 2023
1 parent 9ee7ead commit 6e60a2f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Language/ja/Language.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <[email protected]>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

// "Language" language settings
return [
'invalidMessageFormat' => '不正なメッセージフォーマット: "{0}", 引数: "{1}"', // 'Invalid message format: "{0}", args: "{1}"'
];

0 comments on commit 6e60a2f

Please sign in to comment.