mirror of
https://github.com/goharbor/harbor
synced 2025-04-28 15:48:34 +00:00
8 lines
95 B
JavaScript
8 lines
95 B
JavaScript
(function() {
|
|
|
|
'use strict';
|
|
|
|
angular
|
|
.module('harbor.services.i18n', []);
|
|
|
|
})(); |