This project is a web browser extension that aims to convert date and time notations into a user-friendly form.
For example, the RFC 2822 format (e.g. Dec 22, 2018
) is very easy to understand for people in the US.
However, for us Japanese, the notation is not always intuitive.
I especially have a hard time remembering English month names (e.g. Oct
), and I often wonder what month Oct
was? octopus? I am not sure which month you are referring to.
By installing this extension, it is possible to convert the date and time notation to the natural notation of each user's native language, or change it to ISO 8601.
Specifically, if you are using GitHub in Japanese, notations such as 2018年12月23日
will be converted into a form that is easy for us Japanese to understand, such as Dec 23, 2018
.
In this way, the extension eliminates confusion about the notation of date and time.
このプロジェクトはwebブラウザ向けの拡張機能で、日時の表記をユーザーにとって分かりやすい形に変換することを目指しています。
例えばRFC 2822形式の日時表記(Dec 22, 2018
等)は、アメリカの人々には非常に理解しやすい形となっています。
しかし、私たち日本人にとってはその表記方法は必ずしも直感的ではありません。
特に私は英語の月名(例:Oct
)を覚えるのが難しく、Oct
は何月だったっけ?タコ?など、どの月を指しているのか分からなくなります。
そこで、この拡張機能を導入することで、日時表記を各ユーザーの母国語による自然な表記に変換したり、ISO 8601に変更したりすることが可能になります。
具体的には、GitHubを日本語で利用している場合には、Dec 23, 2018
といった表記が2018年12月23日
というように、我々日本人にとって分かりやすい形に変換されます。
このように、拡張機能を利用することで日時の表記に関する混乱を解消します。
yarn --frozen-lockfile
yarn package