1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

i18n support

added support for i18n
This commit is contained in:
Artem Nikolaev
2016-10-18 15:10:40 +03:00
committed by Kyle Spearrin
parent 53af5e234b
commit 6d60eb621e
45 changed files with 651 additions and 173 deletions

View File

@@ -1,7 +1,8 @@
angular
.module('bit.settings')
.controller('settingsController', function ($scope, loginService, $state, SweetAlert, utilsService, $analytics) {
.controller('settingsController', function ($scope, loginService, $state, SweetAlert, utilsService, $analytics, i18nService) {
$scope.i18n = i18nService;
$scope.logOut = function () {
SweetAlert.swal({
title: 'Log Out',