Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Fix typo in afternoon2 for zh-Hant day periods.
Browse files Browse the repository at this point in the history
RELNOTES: Fix typo in afternoon2 for zh-Hant day periods.

PiperOrigin-RevId: 494293813
Change-Id: I2ec3082cefa2a5110e4533f458c12ee5091609d5
  • Loading branch information
Closure Team authored and copybara-github committed Dec 10, 2022
1 parent dbdb5a2 commit 407ff9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closure/goog/i18n/dayperiodsymbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exports.DayPeriods_zh_Hant = {
from: '13:00',
before: '19:00',
formatNames: ['下午'],
periodName: 'afternoon1'
periodName: 'afternoon2'
},
evening1: {
from: '19:00',
Expand Down

0 comments on commit 407ff9d

Please sign in to comment.