]> source.dussan.org Git - nextcloud-server.git/commit
Include core translations
authorVincent Petry <pvince81@owncloud.com>
Fri, 24 Oct 2014 10:50:54 +0000 (12:50 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 29 Oct 2014 09:09:12 +0000 (10:09 +0100)
commitd71cd680dd6133ad254fd296319aeab6deb77686
tree5540046761fb4d14c0142c87b8692011b9e21c65
parenta589d61b78fbfedad8fcf3ee59522b2e95de48ed
Include core translations

Moved search result type translations to search.js

Load JS translations earlier

Translations need to be loaded earlier to make sure that some JS files
like search.js get access to translations at this time.

This requires the template initialization to be moved to after session
initialization, because only after the session we have access to the
current language.
core/js/js.js
lib/base.php
search/js/result.js