diff --git a/flake.nix b/flake.nix
index b99d70213a772afba6105670da21248275d13371..eb967c9f73cdc5e897182c3536fd6aeb37b13654 100644
--- a/flake.nix
+++ b/flake.nix
@@ -68,8 +68,8 @@
             ldflags = [
                  "-s"
                  "-w" 
-                 "-X release.version=${version}"
-                 "-X release.build=${build}"
+                 "-X release.version=1"
+                 "-X release.build=2"
                       ];
                       
             buildInputs = [ versionTool.defaultPackage.${system} ]; 
diff --git a/source/translations/locales/catalog.go b/source/translations/locales/catalog.go
deleted file mode 100644
index b019deef0a8ba87ee787f1c3bf08ab9a0b639d6a..0000000000000000000000000000000000000000
--- a/source/translations/locales/catalog.go
+++ /dev/null
@@ -1,3 +0,0 @@
-// Copyright 2023 schukai GmbH
-// SPDX-License-Identifier: AGPL-3.0
-
diff --git a/source/translations/locales/en/.gitkeep b/source/translations/locales/en/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/source/utils/strings_test.go b/source/utils/strings_test.go
index 935fcc619c26b235c042a892110aca0640ad2618..90ea217f6a08cb4485d73866107d8a06400d803b 100644
--- a/source/utils/strings_test.go
+++ b/source/utils/strings_test.go
@@ -16,7 +16,7 @@ func TestMaskCodeBlocks(t *testing.T) {
 		count    int
 		expected int
 	}{
-		{"/development/testing/asstes/code1.md", "code1.md", 3, 9},
+		{"/testing/asstes/code1.md", "code1.md", 3, 9},
 	}
 
 	for _, table := range tables {