jormungandr-bite/src/prelude
tamaina 08a2162aa7 feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396)
* wip

* tabun ok

* better msg

* oops

* fix lint

* Update gulpfile.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* Update src/client/scripts/set-i18n-contexts.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* refactor

Co-authored-by: acid-chicken <root@acid-chicken.com>

* 

* wip

* fix lint

* たぶんおk

* fix flush

* Translate Notification

* remove console.log

* fix

* add notifications

* remove san

* wip

* ok

* ✌️

* Update src/prelude/array.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* wip

* i18n refactor

* Update init.ts

* ✌️

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-05-23 13:19:31 +09:00
..
array.ts feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396) 2020-05-23 13:19:31 +09:00
await-all.ts Cache meta 2019-04-24 08:11:19 +09:00
ensure.ts Better error handling 2019-04-14 04:17:24 +09:00
math.ts Resolve #2631 (#2632) 2018-09-06 02:44:01 +09:00
maybe.ts リファクタリング (#4587) 2019-04-14 17:18:17 +09:00
README.md Add README.md for prelude (#2628) 2018-09-06 02:24:39 +09:00
relation.ts Change naming (#3678) 2018-12-19 22:38:27 +09:00
string.ts Use join instead of reduce 2018-12-24 17:02:15 +09:00
symbol.ts Use object instead of if chain (#4212) 2019-02-17 21:40:53 +09:00
time.ts CI通らないの修正 (#6173) 2020-03-22 09:21:21 +09:00
tree.ts Refactor MFM 2018-12-20 19:42:10 +09:00
url.ts Improve drive downloading (#4523) 2019-03-18 13:20:49 +09:00
xml.ts Fix #4329 (#4330) 2019-02-20 16:13:43 +09:00

Prelude

このディレクトリのコードはJavaScriptの表現能力を補うためのコードです。 Misskey固有の処理とは独立したコードの集まりですが、Misskeyのコードを読みやすくすることを目的としています。