Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ja] add volitional slang #1397

Merged
merged 7 commits into from
Sep 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
khaitruong922 committed Sep 6, 2024
commit 877332efad6cf2b66c33e8e76df23020f4f5bdc7
6 changes: 5 additions & 1 deletion ext/js/language/ja/japanese-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ export const japaneseTransforms = {
suffixInflection('添うたら', '添う', [], ['v5']),
suffixInflection('副うたら', '副う', [], ['v5']),
suffixInflection('厭うたら', '厭う', [], ['v5']),
suffixInflection('のたもうたら', 'のたまう', [], ['v5']),
suffixInflection('ましたら', 'ます', [], ['-masu']),
],
},
Expand Down Expand Up @@ -593,6 +594,7 @@ export const japaneseTransforms = {
suffixInflection('添うたり', '添う', [], ['v5']),
suffixInflection('副うたり', '副う', [], ['v5']),
suffixInflection('厭うたり', '厭う', [], ['v5']),
suffixInflection('のたもうたり', 'のたまう', [], ['v5']),
],
},
'-te': {
Expand Down Expand Up @@ -642,6 +644,7 @@ export const japaneseTransforms = {
suffixInflection('添うて', '添う', ['-te'], ['v5']),
suffixInflection('副うて', '副う', ['-te'], ['v5']),
suffixInflection('厭うて', '厭う', ['-te'], ['v5']),
suffixInflection('のたもうて', 'のたまう', ['-te'], ['v5']),
suffixInflection('まして', 'ます', [], ['-masu']),
],
},
Expand Down Expand Up @@ -1194,6 +1197,7 @@ export const japaneseTransforms = {
suffixInflection('添うた', '添う', ['past'], ['v5']),
suffixInflection('副うた', '副う', ['past'], ['v5']),
suffixInflection('厭うた', '厭う', ['past'], ['v5']),
suffixInflection('のたもうた', 'のたまう', ['past'], ['v5']),
suffixInflection('ました', 'ます', ['past'], ['-masu']),
suffixInflection('でした', '', ['past'], ['-masen']),
suffixInflection('かった', '', ['past'], ['-masen', '-n']),
Expand Down Expand Up @@ -1320,7 +1324,7 @@ export const japaneseTransforms = {
},
'volitional slang': {
name: 'volitional slang',
description: 'Contractive form of the volitional form + か\n' +
description: 'Contraction of the volitional form + か\n' +
khaitruong922 marked this conversation as resolved.
Show resolved Hide resolved
'1. Expresses speaker\'s will or intention.\n' +
'2. Expresses an invitation to the other party.\n' +
'Usage: Replace final う with っ of the volitional form then add か.\n' +
khaitruong922 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading