Skip to content
Snippets Groups Projects
Commit 3fa7215f authored by syuilo's avatar syuilo
Browse files

Merge remote-tracking branch 'refs/remotes/origin/master' into sw

parents 1436617a e4572593
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,23 @@
'ドライブにファイルをドラッグ&ドロップしてアップロードできます',
'ドライブでファイルをドラッグしてフォルダ移動できます',
'ドライブでフォルダをドラッグしてフォルダ移動できます',
'ホームをカスタマイズできます(準備中)',
'MisskeyはMIT Licenseです'
'ホームは設定からカスタマイズできます',
'MisskeyはMIT Licenseです',
'タイムマシンウィジェットを利用すると、簡単に過去のタイムラインに遡れます',
'投稿の ... をクリックして、投稿をユーザーページにピン留めできます',
'ドライブの容量は(デフォルトで)1GBです',
'投稿に添付したファイルは全てドライブに保存されます',
'ホームのカスタマイズ中、ウィジェットを右クリックしてデザインを変更できます',
'タイムライン上部にもウィジェットを設置できます',
'投稿をダブルクリックすると詳細が見れます',
'「**」でテキストを囲むと**強調表示**されます',
'チャンネルウィジェットを利用すると、よく利用するチャンネルを素早く確認できます',
'いくつかのウィンドウはブラウザの外に切り離すことができます',
'カレンダーウィジェットのパーセンテージは、経過の割合を示しています',
'APIを利用してbotの開発なども行えます',
'MisskeyはLINEを通じてでも利用できます',
'まゆかわいいよまゆ',
'Misskeyは2014年にサービスを開始しました'
]
this.on('mount', () => {
......
......@@ -18,6 +18,8 @@ require('./common/tags');
console.info(`Misskey v${VERSION} (葵 aoi)`);
document.domain = CONFIG.host;
{ // Set lang attr
const html = document.documentElement;
html.setAttribute('lang', LANG);
......@@ -31,8 +33,6 @@ console.info(`Misskey v${VERSION} (葵 aoi)`);
head.appendChild(meta);
}
document.domain = CONFIG.host;
// Set global configuration
(riot as any).mixin({ CONFIG });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment