Skip to content
Prev Previous commit
Next Next commit
Update it.js
just a build test
  • Loading branch information
francescotrincia committed Apr 11, 2016
commit eca562c2fa6063f931d65db81ec1084df9e9c0b2
2 changes: 1 addition & 1 deletion src/js/i18n/it.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-/**
- * Translate from english i18n file by francescotrincia on 04/11/16.
- */
(function () {
(var it = function () {
angular.module('ui.grid').config(['$provide', function($provide) {
$provide.decorator('i18nService', ['$delegate', function($delegate) {
$delegate.add('it', {
Expand Down