Skip to content

Commit

Permalink
small ゃ
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Sep 13, 2024
1 parent 1dc4c86 commit 23488a8
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
32 changes: 16 additions & 16 deletions ext/js/language/ja/japanese-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const conditions = {
name: 'Intermediate -なさい ending (polite imperative)',
isDictionaryForm: false,
},
'-': {
'-': {
name: 'Intermediate -や ending (conditional contraction)',
isDictionaryForm: false,
},
Expand Down Expand Up @@ -240,8 +240,8 @@ export const japaneseTransforms = {
suffixInflection('れば', '', ['-ば'], ['-ます']),
],
},
'-': {
name: '-',
'-': {
name: '-',
description: 'Contraction of -ば.',
i18n: [
{
Expand All @@ -251,17 +251,17 @@ export const japaneseTransforms = {
},
],
rules: [
suffixInflection('けりゃ', 'ければ', ['-'], ['-ば']),
suffixInflection('きゃ', 'ければ', ['-'], ['-ば']),
suffixInflection('や', 'えば', ['-'], ['-ば']),
suffixInflection('きゃ', 'けば', ['-'], ['-ば']),
suffixInflection('ぎゃ', 'げば', ['-'], ['-ば']),
suffixInflection('しゃ', 'せば', ['-'], ['-ば']),
suffixInflection('ちゃ', 'てば', ['-'], ['-ば']),
suffixInflection('にゃ', 'ねば', ['-'], ['-ば']),
suffixInflection('びゃ', 'べば', ['-'], ['-ば']),
suffixInflection('みゃ', 'めば', ['-'], ['-ば']),
suffixInflection('りゃ', 'れば', ['-'], ['-ば']),
suffixInflection('けりゃ', 'ければ', ['-'], ['-ば']),
suffixInflection('きゃ', 'ければ', ['-'], ['-ば']),
suffixInflection('や', 'えば', ['-'], ['-ば']),
suffixInflection('きゃ', 'けば', ['-'], ['-ば']),
suffixInflection('ぎゃ', 'げば', ['-'], ['-ば']),
suffixInflection('しゃ', 'せば', ['-'], ['-ば']),
suffixInflection('ちゃ', 'てば', ['-'], ['-ば']),
suffixInflection('にゃ', 'ねば', ['-'], ['-ば']),
suffixInflection('びゃ', 'べば', ['-'], ['-ば']),
suffixInflection('みゃ', 'めば', ['-'], ['-ば']),
suffixInflection('りゃ', 'れば', ['-'], ['-ば']),
],
},
'-ちゃ': {
Expand Down Expand Up @@ -1571,8 +1571,8 @@ export const japaneseTransforms = {
suffixInflection('んなさい', 'りなさい', [], ['-なさい']),
suffixInflection('らんない', 'られない', ['adj-i'], ['adj-i']),
suffixInflection('んない', 'らない', ['adj-i'], ['adj-i']),
suffixInflection('んなきゃ', 'らなきゃ', [], ['-']),
suffixInflection('んなきゃ', 'れなきゃ', [], ['-']),
suffixInflection('んなきゃ', 'らなきゃ', [], ['-']),
suffixInflection('んなきゃ', 'れなきゃ', [], ['-']),
],
},
'kansai-ben negative': {
Expand Down
Loading

0 comments on commit 23488a8

Please sign in to comment.