Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/router
Atvaark cd844aec45 Replace 'en-us' literals with the default language
This consolidates the places where a default language has to be set.

- Removed import of the 'userService' package into the 'languages' util
  package
  This was required to prevent a cyclic import between the two packages.
- Added a 'UserRetriever' interface to read the language setting of users
  inside the 'languages' package
2017-05-14 22:10:07 +02:00
..
apiHandler.go
changeLanguageHandler.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
faqHandler.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
homeHandler.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
init.go
modpanel.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
notFoundHandler.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
router.go
rssHandler.go
searchHandler.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
template.go
template_test.go
templateFunctions.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
templateVariables.go
torrentReportHandler.go
upload.go
uploadHandler.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
userHandler.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
viewTorrentHandler.go Replace 'en-us' literals with the default language 2017-05-14 22:10:07 +02:00
wrapHandler.go