From e7a5c11e17fbd7186cb14c503f1a179559d535e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Radek=20Pu=C5=A1?= <pusradek@fit.cvut.cz>
Date: Tue, 24 Dec 2019 16:16:27 +0100
Subject: [PATCH] paginator translation moved to helpers

---
 .../ClientApp/src/app/{home => helpers}/czech-paginator-intl.js | 0
 .../src/app/{home => helpers}/czech-paginator-intl.js.map       | 0
 .../ClientApp/src/app/{home => helpers}/czech-paginator-intl.ts | 0
 Core/Core/ClientApp/src/app/home/home.module.ts                 | 2 +-
 Core/Core/Core.csproj                                           | 2 +-
 5 files changed, 2 insertions(+), 2 deletions(-)
 rename Core/Core/ClientApp/src/app/{home => helpers}/czech-paginator-intl.js (100%)
 rename Core/Core/ClientApp/src/app/{home => helpers}/czech-paginator-intl.js.map (100%)
 rename Core/Core/ClientApp/src/app/{home => helpers}/czech-paginator-intl.ts (100%)

diff --git a/Core/Core/ClientApp/src/app/home/czech-paginator-intl.js b/Core/Core/ClientApp/src/app/helpers/czech-paginator-intl.js
similarity index 100%
rename from Core/Core/ClientApp/src/app/home/czech-paginator-intl.js
rename to Core/Core/ClientApp/src/app/helpers/czech-paginator-intl.js
diff --git a/Core/Core/ClientApp/src/app/home/czech-paginator-intl.js.map b/Core/Core/ClientApp/src/app/helpers/czech-paginator-intl.js.map
similarity index 100%
rename from Core/Core/ClientApp/src/app/home/czech-paginator-intl.js.map
rename to Core/Core/ClientApp/src/app/helpers/czech-paginator-intl.js.map
diff --git a/Core/Core/ClientApp/src/app/home/czech-paginator-intl.ts b/Core/Core/ClientApp/src/app/helpers/czech-paginator-intl.ts
similarity index 100%
rename from Core/Core/ClientApp/src/app/home/czech-paginator-intl.ts
rename to Core/Core/ClientApp/src/app/helpers/czech-paginator-intl.ts
diff --git a/Core/Core/ClientApp/src/app/home/home.module.ts b/Core/Core/ClientApp/src/app/home/home.module.ts
index 0332aef..ab71765 100644
--- a/Core/Core/ClientApp/src/app/home/home.module.ts
+++ b/Core/Core/ClientApp/src/app/home/home.module.ts
@@ -15,7 +15,7 @@ import { FileHistoryComponent } from "./components/file-history/file-history.com
 import { MatTableModule, MatPaginatorModule, MatPaginatorIntl, MatButtonModule } from "@angular/material";
 import { HomeService } from "./home.service";
 import { HomeChartDefinitionsService } from "./home-chart-definitions.service";
-import { getCzechPaginatorIntl } from "./czech-paginator-intl";
+import { getCzechPaginatorIntl } from "../helpers/czech-paginator-intl";
 
 
 @NgModule({
diff --git a/Core/Core/Core.csproj b/Core/Core/Core.csproj
index c040a0d..979fda8 100644
--- a/Core/Core/Core.csproj
+++ b/Core/Core/Core.csproj
@@ -56,7 +56,7 @@
     <TypeScriptCompile Include="ClientApp\src\app\home\components\account-properties\account-properties.module.ts">
       <SubType>Code</SubType>
     </TypeScriptCompile>
-    <TypeScriptCompile Include="ClientApp\src\app\home\czech-paginator-intl.ts" />
+    <TypeScriptCompile Include="ClientApp\src\app\helpers\czech-paginator-intl.ts" />
     <TypeScriptCompile Include="ClientApp\src\app\home\home.module.ts" />
     <TypeScriptCompile Include="ClientApp\src\app\home\components\import\import.service.ts" />
     <TypeScriptCompile Include="ClientApp\src\app\login\login.service.ts">
-- 
GitLab