Skip to content

Commit

Permalink
Merge branch '1.x' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Oct 27, 2023
2 parents 568ec13 + d0cb117 commit 4bcdab5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Lib/ToolResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ public function getSupportedLocales(): array
{
return Tool::getSupportedLocales();
}

public function getDefaultLanguage(): ?string
{
return Tool::getDefaultLanguage();
}
}
2 changes: 2 additions & 0 deletions src/Lib/ToolResolverInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ interface ToolResolverInterface
public function getValidLanguages(): array;

public function getSupportedLocales(): array;

public function getDefaultLanguage(): ?string;
}

0 comments on commit 4bcdab5

Please sign in to comment.