summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-17 16:22:10 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-17 16:22:10 +0900
commit6fa3cbcd6441eccdc1d1b9aa63055e7f73bfd6b4 (patch)
treeed9bfb1677e162943c0a8c52609d4b37965e80e2
parentFix bug (diff)
downloadsharkey-6fa3cbcd6441eccdc1d1b9aa63055e7f73bfd6b4.tar.gz
sharkey-6fa3cbcd6441eccdc1d1b9aa63055e7f73bfd6b4.tar.bz2
sharkey-6fa3cbcd6441eccdc1d1b9aa63055e7f73bfd6b4.zip
Fix bug
-rw-r--r--src/build/i18n.ts2
1 files changed, 1 insertions, 1 deletions
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] == '!';