diff options
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: { |