mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
i18n support
added support for i18n
This commit is contained in:
committed by
Kyle Spearrin
parent
53af5e234b
commit
6d60eb621e
@@ -2,7 +2,8 @@
|
||||
.module('bit.vault')
|
||||
|
||||
.controller('vaultAddSiteController', function ($scope, $state, $stateParams, siteService, folderService,
|
||||
cryptoService, $q, toastr, utilsService, $analytics) {
|
||||
cryptoService, $q, toastr, utilsService, $analytics, i18nService) {
|
||||
$scope.i18n = i18nService;
|
||||
var returnScrollY = $stateParams.returnScrollY;
|
||||
var returnSearchText = $stateParams.returnSearchText;
|
||||
var fromCurrent = $stateParams.fromCurrent || $stateParams.uri !== null;
|
||||
|
||||
Reference in New Issue
Block a user