Skip to content
Snippets Groups Projects
Unverified Commit 9a5284f1 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #17036 from seamuslee001/5.24

CRM_Core_I18n - Provide a better label for new/unknown locales
parents c7534cd2 8cc46dd8
Branches
Tags
No related merge requests found
......@@ -193,7 +193,7 @@ class CRM_Core_I18n {
if (preg_match('/^[a-z][a-z]_[A-Z][A-Z]$/', $filename)) {
$codes[] = $filename;
if (!isset($all[$filename])) {
$all[$filename] = $labels[$filename];
$all[$filename] = $labels[$filename] ?? "($filename)";
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment