Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dict #1646

Merged
merged 1 commit into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1408,3 +1408,7 @@ data:
# ノンジャパナイズマーカー。
# これが発言の頭に入っている場合は、一時的にJapanize変換を実行しない。
noneJapanizeMarker: '#'

LunaChat-dictionary.yml: |
seichi: 整地
seiti: 整地
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ spec:
- name: common-mcserver-plugin-configs
mountPath: /plugins/LunaChat/config.yml
subPath: LunaChat-config.yml
- name: common-mcserver-plugin-configs
mountPath: /plugins/LunaChat/dictionary.yml
subPath: LunaChat-dictionary.yml

# PrometheusExporter プラグインの設定ファイル
- name: common-mcserver-plugin-configs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ spec:
- name: common-mcserver-plugin-configs
mountPath: /plugins/LunaChat/config.yml
subPath: LunaChat-config.yml
- name: common-mcserver-plugin-configs
mountPath: /plugins/LunaChat/dictionary.yml
subPath: LunaChat-dictionary.yml

# Elytra プラグインの設定ファイル
- name: common-mcserver-plugin-configs
Expand Down