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

Chinese Translation completion #716

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@
<string name="calendarMode_ethiopian">埃塞俄比亚历</string>
<string name="calendarMode_gregorian">公历</string>
<string name="calendarMode_hebrew">希伯来历</string>
<string name="calendarMode_hijri_diyanet">Hijri (Turkish)</string> <!-- TODO -->
<string name="calendarMode_hijri_umalqura">Hijri (Umm al-Qura)</string> <!-- TODO -->
<string name="calendarMode_hijri_diyanet">伊斯兰历(土耳其)</string>
<string name="calendarMode_hijri_umalqura">伊斯兰历(乌姆库拉)</string>
<string name="calendarMode_julian">儒略历</string>
<string name="calendarMode_persian">伊朗历</string>
<string name="calendarMode_thaisolar">泰国阳历</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@
<string name="calendarMode_ethiopian">埃塞俄比亞曆</string>
<string name="calendarMode_gregorian">公曆</string>
<string name="calendarMode_hebrew">希伯來曆</string>
<string name="calendarMode_hijri_diyanet">Hijri (Turkish)</string> <!-- TODO -->
<string name="calendarMode_hijri_umalqura">Hijri (Umm al-Qura)</string> <!-- TODO -->
<string name="calendarMode_hijri_diyanet">伊斯蘭曆(土耳其)</string>
<string name="calendarMode_hijri_umalqura">伊斯蘭曆(烏姆庫拉)</string>
<string name="calendarMode_julian">儒略曆</string>
<string name="calendarMode_persian">伊朗曆</string>
<string name="calendarMode_thaisolar">泰國陽曆</string>
Expand Down