From eb7bf9542c92ea7937d4b4a699ae2d47270da96b Mon Sep 17 00:00:00 2001
From: Cashew <52880648+Scrub1492@users.noreply.github.com>
Date: Mon, 18 Dec 2023 19:34:32 +0900
Subject: Replace occurrences of よみちゃん with よみたん (#377)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/templates.md | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
(limited to 'docs')
diff --git a/docs/templates.md b/docs/templates.md
index 18274ed5..ddab4390 100644
--- a/docs/templates.md
+++ b/docs/templates.md
@@ -523,16 +523,16 @@ Returns an array of the mora for a kana string.
Example:
```handlebars
- {{#each (getKanaMorae "よみちゃん")}}{{{.}}}
{{/each}}
+ {{#each (getKanaMorae "よみたん")}}{{{.}}}
{{/each}}
```
Output:
```html
- よ
み
ちゃ
ん
+ よ
み
た
ん
```
Preview:
-
よ
み
ちゃ
ん
+ よ
み
た
ん
@@ -553,9 +553,9 @@ Returns the type of a value. `#typeof` in the block form will always return `'st
Example:
```handlebars
- {{typeof "よみちゃん"}}
+ {{typeof "よみたん"}}
{{typeof 1}}
- {{#typeof}}よみちゃん{{/typeof}}
+ {{#typeof}}よみたん{{/typeof}}
```
Output:
@@ -799,16 +799,16 @@ Converts katakana text to hiragana.
Example:
```handlebars
- {{hiragana "よみちゃん ヨミちゃん ヨミチャン"}}
- {{#hiragana}}よみちゃん ヨミちゃん ヨミチャン{{/hiragana}}
+ {{hiragana "よみたん ヨミたん ヨミタン"}}
+ {{#hiragana}}よみたん ヨミたん ヨミタン{{/hiragana}}
{{#hiragana}}ローマ字{{/hiragana}}
{{#hiragana keepProlongedSoundMarks=true}}ローマ字{{/hiragana}}
```
Output:
```html
- よみちゃん よみちゃん よみちゃん
- よみちゃん よみちゃん よみちゃん
+ よみたん よみたん よみたん
+ よみたん よみたん よみたん
ろうま字
ろーま字
```
@@ -832,13 +832,13 @@ Converts hiragana text to katakana.
Example:
```handlebars
- {{katakana "よみちゃん ヨミちゃん ヨミチャン"}}
- {{#katakana}}よみちゃん ヨミちゃん ヨミチャン{{/katakana}}
+ {{katakana "よみたん ヨミたん ヨミタン"}}
+ {{#katakana}}よみたん ヨミたん ヨミタン{{/katakana}}
```
Output:
```html
- ヨミチャン ヨミチャン ヨミチャン
- ヨミチャン ヨミチャン ヨミチャン
+ ヨミタン ヨミタン ヨミタン
+ ヨミタン ヨミタン ヨミタン
```
--
cgit v1.2.3