Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 2bc92ba

Browse files
committed
Release 2.19.1
1 parent c4f292e commit 2bc92ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

angular-translate-handler-log.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* angular-translate - v2.19.0 - 2021-09-02
2+
* angular-translate - v2.19.1 - 2024-01-21
33
*
4-
* Copyright (c) 2021 The angular-translate team, Pascal Precht; Licensed MIT
4+
* Copyright (c) 2024 The angular-translate team, Pascal Precht; Licensed MIT
55
*/
66
(function (root, factory) {
77
if (typeof define === 'function' && define.amd) {

angular-translate-handler-log.min.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* angular-translate - v2.19.0 - 2021-09-02
2+
* angular-translate - v2.19.1 - 2024-01-21
33
*
4-
* Copyright (c) 2021 The angular-translate team, Pascal Precht; Licensed MIT
4+
* Copyright (c) 2024 The angular-translate team, Pascal Precht; Licensed MIT
55
*/
66
!function(n,t){"function"==typeof define&&define.amd?define([],function(){return t()}):"object"==typeof module&&module.exports?module.exports=t():t()}(0,function(){function n(t){"use strict";return function(n){t.warn("Translation for "+n+" doesn't exist")}}return n.$inject=["$log"],angular.module("pascalprecht.translate").factory("$translateMissingTranslationHandlerLog",n),n.displayName="$translateMissingTranslationHandlerLog","pascalprecht.translate"});

0 commit comments

Comments
 (0)