From 6fa3cbcd6441eccdc1d1b9aa63055e7f73bfd6b4 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Tue, 17 Apr 2018 16:22:10 +0900
Subject: [PATCH] Fix bug

---
 src/build/i18n.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/build/i18n.ts b/src/build/i18n.ts
index 98b5413a27..a6cc6c38ff 100644
--- a/src/build/i18n.ts
+++ b/src/build/i18n.ts
@@ -54,7 +54,7 @@ export default class Replacer {
 	}
 
 	public replacement(ctx, match, key) {
-		const client = 'misskey/src/client/app/';
+		const client = '/src/client/app/';
 		let name = null;
 
 		const shouldEscape = key[0] == '!';