Skip to content

Commit

Permalink
fix: Update grammar data
Browse files Browse the repository at this point in the history
  • Loading branch information
chadmuro committed Apr 30, 2024
1 parent 234f958 commit bb75f2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"orientation": "portrait",
"ios": {
"bundleIdentifier": "com.chadmuro.jlptstudy",
"buildNumber": "1",
"buildNumber": "2",
"supportsTablet": false,
"privacyManifests": {
"NSPrivacyAccessedAPITypes": [
Expand Down
6 changes: 3 additions & 3 deletions data/grammar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ export const grammar: Grammar[] = [
english: "when it comes to X, Y; once I say X, Y",
background:
"Used when the speaker turns from the initial subject to another - either via association or memory, or when the speaker wants so say something more important related to the subject. In case of the second option, formation often looks like XといえばXけど...",
conjunction: 'Cited word"+といえば Adj-だ・N-だ・Adj-い+といえば',
conjunction: "Cited word+といえば Adj-だ・N-だ・Adj-い+といえば",
sentence:
"(1) このコーヒー、ハワイのお生産ですか。ハワイといえば、幸子さんが来月ハワイで結婚式をするんだそうですよ。 (2) 松本さんのうちのお嬢さん、かわいいといえばかわいいけど、ちょっとわがままね。",
sentence_english:
Expand Down Expand Up @@ -929,7 +929,7 @@ export const grammar: Grammar[] = [
sentence:
"日本語学習者は、日本に行かないことには日本語を自然に話せるようには難しいだろう。",
sentence_english:
"If a Jaanese language learner doesn't go to Japan, it will be difficult for them to learn to speak Japanese naturally."
"If a Japanese language learner doesn't go to Japan, it will be difficult for them to learn to speak Japanese naturally."
},
{
id: 81,
Expand Down Expand Up @@ -1256,7 +1256,7 @@ export const grammar: Grammar[] = [
},
{
id: 109,
grammar: "~ずじまいだ",
grammar: "~ずじまいだ",
english: "end up not doing smth",
background:
"Despite the speaker's initial intention, they missed the chance or proper timing (NB! this detail) to complete the planned action and ended up not doing X. ず here comes from negative V form in old Jpn, so する will turn to せずじまいだ Informal.",
Expand Down

0 comments on commit bb75f2c

Please sign in to comment.