Skip to content

Commit

Permalink
Romajiによる変換後のデータをymlに追加
Browse files Browse the repository at this point in the history
fix: #68

[Romaji](https://github.com/makimoto/romaji)で使用している標準ライブラリのnkfが、Ruby3.4からはdefault gemから外れます。
これによってRomaji側でnkfを明示的に依存関係に指定しないと記載したissue通りにテストが失敗します。

そこで`romaji`メソッドでRomajiによる依存を無くす為に、yamlの各要素にローマ字変換後の値を追加しました。
変更後は`romaji`メソッドはyml配列の4番目を参照することになります。
  • Loading branch information
mpg-ryutaro-mitoda authored and atolix committed May 4, 2024
1 parent 391e7a7 commit 1de9ba5
Show file tree
Hide file tree
Showing 5 changed files with 16,823 additions and 16,831 deletions.
Loading

0 comments on commit 1de9ba5

Please sign in to comment.