Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
luxe committed Aug 9, 2024
1 parent 7e7d110 commit 783ba0f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions source/code/utilities/linguistics/chinese/chinese_translations.hcp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@ class
// 7 new vowel sounds





{
Translation_Entry x;
x.english = L"voice";
x.pinyin = L"shēng";
x.chinese = L"聲";
entries.emplace_back(x);
}
{
Translation_Entry x;
x.english = L"voice";
x.pinyin = L"shēngyīn";
x.chinese = L"聲音";
entries.emplace_back(x);
}



{
Translation_Entry x;
x.english = L"take care";
Expand Down

0 comments on commit 783ba0f

Please sign in to comment.