fix: add-i18n-keyの記述が間違っていたので修正 (#17418)

This commit is contained in:
おさむのひと 2026-05-17 19:30:35 +09:00 committed by GitHub
commit fc6c45d175
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,9 @@ _settings:
general: "全般"
appearance: "外観"
# パラメータ付き (ICU MessageFormat 互換)
# パラメータ付き (単純なプレースホルダ置換)
# ICU MessageFormat の plural / select / number / date などは非対応
# 使えるのは `{name}` のような単純な置換のみ
greeting: "こんにちは、{name}さん"
```