Skip to content

Commit

Permalink
(Recreated PR) Update sv_SE with Language.PHP and missing JSON relate…
Browse files Browse the repository at this point in the history
…d strings from HTTP.php
  • Loading branch information
tangix committed Dec 21, 2023
1 parent da10cc9 commit 0130722
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Language/sv-SE/HTTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

// IncomingRequest
'invalidNegotiationType' => '"{0}" är inte en giltig negotiation typ. Den måste vara en av: media, charset, encoding, language.',
'invalidJSON' => 'Kunde inte tolka JSON strängen. Fel: {0}',
'unsupportedJSONFormat' => 'Det givna JSON formatet stödjs inte.',

// Message
'invalidHTTPProtocol' => 'Felaktigt HTTP Protocol Version. Måste bli en av: {0}',
Expand Down
14 changes: 14 additions & 0 deletions Language/sv-SE/Language.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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.
*/

return [
'invalidMessageFormat' => 'Ogiltigt meddelandeformat: "{0}", argument: "{1}"',
];

0 comments on commit 0130722

Please sign in to comment.