Skip to content

Commit

Permalink
rename jp form
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Sep 13, 2024
1 parent 23488a8 commit c306ead
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions ext/js/language/ja/japanese-transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const conditions = {
i18n: [
{
language: 'ja',
name: '一段動詞、辞書形',
name: '一段動詞、終止形',
},
],
isDictionaryForm: false,
Expand Down Expand Up @@ -112,7 +112,7 @@ const conditions = {
i18n: [
{
language: 'ja',
name: '五段動詞、辞書形',
name: '五段動詞、終止形',
},
],
isDictionaryForm: false,
Expand Down Expand Up @@ -606,8 +606,7 @@ export const japaneseTransforms = {
i18n: [
{
language: 'ja',
name: 'て形',
description: 'て(で)形',
name: '~て',
},
],
rules: [
Expand Down Expand Up @@ -1154,7 +1153,7 @@ export const japaneseTransforms = {
i18n: [
{
language: 'ja',
name: 'タ形',
name: '~た',
},
],
rules: [
Expand Down Expand Up @@ -1601,7 +1600,7 @@ export const japaneseTransforms = {
{
language: 'ja',
name: '関西弁',
description: 'て形 (関西弁)',
description: '~て (関西弁)',
},
],
rules: [
Expand Down Expand Up @@ -1629,7 +1628,7 @@ export const japaneseTransforms = {
{
language: 'ja',
name: '関西弁',
description: 'タ形 (関西弁)',
description: '~た (関西弁)',
},
],
rules: [
Expand Down Expand Up @@ -1737,7 +1736,7 @@ export const japaneseTransforms = {
{
language: 'ja',
name: '関西弁',
description: '形容詞のて形 (関西弁)',
description: '~て (関西弁)',
},
],
rules: [
Expand Down

0 comments on commit c306ead

Please sign in to comment.