Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

✨ feat(easy Japanese): やさしい日本語ページの文言変更 #196

Merged
merged 10 commits into from
May 4, 2020

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    40582cc View commit details
    Browse the repository at this point in the history
  2. 🐛 fix(ruby): WhiteSpaceの置換設定除去

    ルビ表記に文字列置換する際、先頭のWhiteSpaceを巻込で置換してしまうため、
    分ち書きによるやさしい日本語文章の記述ができなかった箇所を修正する。
    Morichan committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    bc32985 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. ✨ feat(v-data-table): テーブルヘッダーにTI18nコンポーネント適用

    テーブルヘッダーにTI18nコンポーネントの t-i18n タグを適用し、テーブル
    ヘッダーを ruby タグによる文字列置換が適用できるように変更する。
    
    修正方法は、下記を参照した。
    
    https://vuetifyjs.com/ja/components/data-tables/#slots
    Morichan committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    909ccaf View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. ✨ feat(age): 陽性患者の属性テーブルにおける年齢幅上限の追加

    陽性患者の属性テーブルにおける年代カラムに、下限値だけでなく上限値を
    動的設定できる機能を追加する。
    これにより、「XX代」だけでなく「XX歳からYY歳」という表記も可能となる。
    
    主に、やさしい日本語ページでの表記に利用する。
    Morichan committed May 1, 2020
    Configuration menu
    Copy the full SHA
    871eb18 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. 🐛 fix(v-data-table): 振り仮名表記できなかった居住地カラムの修正

    909ccaf コミットの変更不具合として、
    居住地カラムの振り仮名表記ができなかった箇所を修正する。
    Morichan committed May 2, 2020
    Configuration menu
    Copy the full SHA
    9220d32 View commit details
    Browse the repository at this point in the history
  2. ✨ feat(easy Japanese): やさしい日本語ページの文言変更

    やさしい日本語ページの文章を、単語レベルで変更する。
    
    Wikiにおける文法規則を参考に作成した。
    
    https://github.com/covid19-miyazaki/covid19/wiki/EasyJapanese
    Morichan committed May 2, 2020
    Configuration menu
    Copy the full SHA
    f10b5cc View commit details
    Browse the repository at this point in the history
  3. ✨ feat(english ruby): 英単語におけるルビ振り機能の追加

    英単語にカタカナのルビを振れるように変更する。
    Morichan committed May 2, 2020
    Configuration menu
    Copy the full SHA
    cb561ab View commit details
    Browse the repository at this point in the history
  4. 🍰 chore(yarn.lock): yarn.lockの自動更新

    yarn install および yarn dev 実行時における yarn.lock 自動更新結果を
    反映する。
    
    一応、MacOS での新規開発による影響の可能性もあるため、ここに記す。
    Morichan committed May 2, 2020
    Configuration menu
    Copy the full SHA
    b47ce27 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    efd9fcd View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    e98fcbf View commit details
    Browse the repository at this point in the history