Japanese version is available in #概要.
日本語版は#概要から閲覧可能です。
Source code for Fabric version: https://github.com/Meatwo310/JapaneseRomajiConverter-Fabric/
This is a mod that automatically converts Romaji sent in chat to Hiragana.
When you send a message in chat, it will be automatically converted to Hiragana. Example: konnnitiha
→ こんにちは
If you put one of the symbols !#;
at the beginning of the message, it will not be converted. Example: #Hello, world!
→ #Hello, world!
Also, messages with less than 5 characters will not be converted. To force conversion, put one of the symbols \¥¥
at the beginning of the message. Example: yaa
→ yaa
, \yaa
→ やあ
- Modrinth(recommended)
- CurseForge
- GitHub Releases
In this mod, when converting Romaji to Hiragana,
romaji_to_hiragana.csv
in andree-surya/moji4j for use in this project. Special thanks to andree-surya! A copy of the license is as follows:
© Copyright 2016 Andree Surya
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Special thanks to those who contributed to the creation of this mod!
This project is licensed under the Apache License 2.0. See LICENSE for more details.
Fabric版のソースコード: https://github.com/Meatwo310/JapaneseRomajiConverter-Fabric/
チャットで送信されたローマ字を、自動でひらがなに変換するMODです。
チャットでローマ字を送信すると自動的にひらがなに変換されます。 例:konnnitiha
→こんにちは
!#;
のいずれかの記号をメッセージの先頭につけると、変換されなくなります。 例:#Hello, world!
→#Hello, world!
また、5文字未満のメッセージは変換されません。 強制的に変換するには、\¥¥
のいずれかの記号をメッセージの先頭につけてください。 例:yaa
→yaa
,\yaa
→やあ
このMODでは、ローマ字をひらがなに変換する際に、 andree-surya/moji4j の romaji_to_hiragana.csv
を変換辞書のベースとして使用しています。andree-surya氏にスペシャルなサンキューを。ライセンスのコピーは#Creditsを参照してください。
このMODの作成に貢献してくださった方々にスペシャルなサンキューを!
このプロジェクトは、Apache License 2.0の下でライセンスされています。詳細はLICENSEを参照してください。