From d90d408279938d389019a8bed15c5eb95af7c8bc Mon Sep 17 00:00:00 2001 From: Cashew <52880648+Scrub1492@users.noreply.github.com> Date: Fri, 29 Dec 2023 10:31:45 +0700 Subject: Comment updates (#481) * comment updates * comment updates --- types/ext/translation-internal.d.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'types') diff --git a/types/ext/translation-internal.d.ts b/types/ext/translation-internal.d.ts index 784a5979..5845b45d 100644 --- a/types/ext/translation-internal.d.ts +++ b/types/ext/translation-internal.d.ts @@ -40,13 +40,13 @@ export type TextDeinflectionOptionsArrays = [ export enum DeinflectionRuleFlags { None = 0x0, - VerbIchidan = 0b00000001, // Verb ichidan - VerbGodan = 0b00000010, // Verb godan - VerbSuru = 0b00000100, // Verb suru - VerbKuru = 0b00001000, // Verb kuru - VerbZuru = 0b00010000, // Verb zuru - AdjectiveI = 0b00100000, // Adjective i - IruEndingIntermediate = 0b01000000, // Intermediate -iru endings for progressive or perfect tense + VerbIchidan = 0b00000001, + VerbGodan = 0b00000010, + VerbSuru = 0b00000100, + VerbKuru = 0b00001000, + VerbZuru = 0b00010000, + AdjectiveI = 0b00100000, + IruEndingIntermediate = 0b01000000, } export type Deinflection = { -- cgit v1.2.3