diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-07-09 19:14:36 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-07-09 19:14:36 +0200 |
| commit | e430d8cb4a30640298b7fae3c93bc6329e2a0382 (patch) | |
| tree | 41324d90dbb13f26975746692fe17696fd363d5e /language | |
| parent | 80b46d2f6152129f25f5734e4960cb7c15edfcf0 (diff) | |
add polite requests, commands, causative, and passive
Diffstat (limited to 'language')
| -rw-r--r-- | language/tags.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/tags.ts b/language/tags.ts index de1a3ea..72840fe 100644 --- a/language/tags.ts +++ b/language/tags.ts @@ -91,6 +91,8 @@ export const Tag = { Polite: { /** @constant 丁寧語 〜ます conjugations (e.g. 食べました) */ Masu: "infl:polite:masu", + /** @constant 〜なさい conjugations (e.g. 座りなさい) */ + Nasai: "infl:polite:nasai", }, /** @constant common ending conjugations */ Suffix: { |