Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sv-SE] Update sv-SE, added Language.PHP and missing HTTP strings #427

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}"',
];