From 46ac3a09644e1086a97278f090eb3e1653c33d0d Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Sat, 9 Sep 2023 11:44:00 +0200 Subject: [PATCH] content: tachi --- src/content/wiki/japanese/tachi.md | 36 ++++++++++++++++++++++++++++++ src/utils/remark/bibliography.ts | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 src/content/wiki/japanese/tachi.md diff --git a/src/content/wiki/japanese/tachi.md b/src/content/wiki/japanese/tachi.md new file mode 100644 index 0000000..6d3a47d --- /dev/null +++ b/src/content/wiki/japanese/tachi.md @@ -0,0 +1,36 @@ +--- +title: 〜達 not only for people +--- + +It is quite commonly known that you can use the 〜たち suffix to pluralize a word. For example: +- 先生たち - teachers + +It is also said that the usage of this suffix for inanimate concepts is wrong, however this is not exactly right. You can use this suffix for such concepts. + +> Its [-tachi] use is less appropriate when talking about animals; however, the plural marker can be attached to practically any noun if the speaker/writer feels close to whatever is expressed by the noun :cite[dojg-advanced]. + +I've come across 〜達 used for inanimate things several times with one example being lyrics of a song: + +> 何処までも続く溟い海の終わりで + 奈落への滝が嗤い続け轟く + “目指したトコロは此処だったのか?” + 今は先を急ぐ **水達**に乗せられたまま + :cite[lyrics] + +:::bib +@book{dojg-advanced, + title = {A dictionary of advanced Japanese grammar}, + author = {Makino, Seiichi and Tsutsui, Michio}, + isbn = {9784789012959}, + lccn = {2017414531}, + year = {2008}, + publisher = {Japan Times} +} + +@misc{lyrics, + title = {That Full Moon Over the Haunted Ship}, + year = {2015}, + url = {https://en.touhouwiki.net/wiki/Lyrics:_That_Full_Moon_Over_the_Haunted_Ship}, + note = {[Accessed 09-09-2023]}, +} +::: diff --git a/src/utils/remark/bibliography.ts b/src/utils/remark/bibliography.ts index 51c3183..34b1a43 100644 --- a/src/utils/remark/bibliography.ts +++ b/src/utils/remark/bibliography.ts @@ -22,7 +22,7 @@ function locateBibliography(tree: any) { template: "apa", lang: "en-US" }); - + parent.children.splice(index, 1, { type: "html", value: html,