1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

Merge pull request #3652 from Elsensee/ticket/12143

[ticket/12143] Make it possible to use translated group names for non-special groups

* Elsensee/ticket/12143:
  [ticket/12143] Fix tests after rebase
  [ticket/12143] Avoid no output from get_group_name()
  [ticket/12143] Fix those tests
  [ticket/12143] Add some tests
  [ticket/12143] Oops, fixed array index
  [ticket/12143] Replace group name output
  [ticket/12143] Add group helper class to translate groupnames
  [ticket/12143] Add is_set method to language service
This commit is contained in:
Tristan Darricau
2015-08-23 22:42:18 +02:00
22 changed files with 286 additions and 68 deletions

View File

@@ -113,6 +113,11 @@ services:
file_downloader:
class: phpbb\file_downloader
group_helper:
class: phpbb\group\helper
arguments:
- @language
log:
class: phpbb\log\log
arguments: