mirror of
https://github.com/wallabag/wallabag.git
synced 2026-02-24 15:27:38 +01:00
Merge c2d2be6f52 into f1ccc298ec
This commit is contained in:
@ -102,7 +102,7 @@ class ContentProxy
|
||||
);
|
||||
|
||||
if (0 === \count($errors)) {
|
||||
$entry->setLanguage($value);
|
||||
$entry->setLanguage(\Locale::canonicalize($value));
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@ -1581,7 +1581,7 @@ class EntryControllerTest extends WallabagTestCase
|
||||
'zh',
|
||||
],
|
||||
'pt_BR' => [
|
||||
'https://www.monpetitbresil.com/pages/quem-somos',
|
||||
'https://www.gov.br/pt-br',
|
||||
'pt_BR',
|
||||
],
|
||||
'es' => [
|
||||
|
||||
Reference in New Issue
Block a user