summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2017-03-31 04:15:04 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2017-03-31 04:15:04 +0900
commitf48dc2a4bf4e065962e4a6e174856792a74853bd (patch)
tree335719afcfdcf92db9a747ab8ac63c297a234f34
parentWIP #332 (diff)
parentUpdate script.js (diff)
downloadmisskey-f48dc2a4bf4e065962e4a6e174856792a74853bd.tar.gz
misskey-f48dc2a4bf4e065962e4a6e174856792a74853bd.tar.bz2
misskey-f48dc2a4bf4e065962e4a6e174856792a74853bd.zip
Merge remote-tracking branch 'origin/master'
-rw-r--r--CONTRIBUTING.md6
-rw-r--r--locales/ja.yml2
-rw-r--r--src/web/app/client/script.js4
3 files changed, 8 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f3d8649ec6..0add0bdcb1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Contribution guide
+# Contribution guide
:v: Misskeyへの貢献ありがとうございます。 :v:
## Issueの報告
@@ -6,6 +6,10 @@
Issueを作成する前に、既に同じIssueが作成されていないかご確認ください。
もし既にIssueが作成されている場合は、既存のIssueにコメントをしたりリアクションをするようお願いします。
+## Issueの解決
+[pr-welcomeのラベルがついているIssue](https://github.com/syuilo/misskey/labels/pr-welcome)
+の解決を目的としたPull Requestを作成してくださると非常にありがたいです。
+
## 翻訳の改善
ソースコード中の `%i18n:id%` という形の文字列は、言語ファイルの対応するテキストに置換されます。
言語ファイルは /locales ディレクトリに存在します。
diff --git a/locales/ja.yml b/locales/ja.yml
index 57df3e807b..9a6c183908 100644
--- a/locales/ja.yml
+++ b/locales/ja.yml
@@ -70,7 +70,7 @@ desktop:
mk-post-form-window:
post: "新規投稿"
reply: "返信"
- attaches: "添付:}メディア"
+ attaches: "添付: {}メディア"
uploading-media: "{}個のメディアをアップロード中"
mk-timeline-post:
diff --git a/src/web/app/client/script.js b/src/web/app/client/script.js
index 1ad45b333e..fd0c20e012 100644
--- a/src/web/app/client/script.js
+++ b/src/web/app/client/script.js
@@ -1,7 +1,7 @@
/**
* MISSKEY CLIENT ENTRY POINT
*/
-(() => {
+{
const head = document.getElementsByTagName('head')[0];
// Detect user language
@@ -27,4 +27,4 @@
meta.setAttribute('content', 'width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no');
head.appendChild(meta);
}
-})();
+}