fix(i18n): align Chinese A1 chapter 3/4 icons with Spanish (#66830)

This commit is contained in:
Sem Bauke
2026-04-06 13:35:56 +02:00
committed by GitHub
parent f5544cef03
commit ae5926ba40
2 changed files with 7 additions and 4 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ export enum FsdChapters {
export enum A1ChineseChapters {
zhA1Welcome = 'zh-a1-chapter-welcome-to-a1-professional-chinese',
zhA1PinYin = 'zh-a1-chapter-pinyin',
zhA1Greetings = 'zh-a1-chapter-greeting-and-self-introduction',
zhA1Greetings = 'zh-a1-chapter-greetings-and-introductions',
zhA1GreetingsLegacy = 'zh-a1-chapter-greeting-and-self-introduction',
zhA1NumbersAndPersonalInformation = 'zh-a1-chapter-numbers-and-personal-information',
zhA1Family = 'zh-a1-chapter-introducing-colleagues-and-family',
zhA1Expressing = 'zh-a1-chapter-expressing-what-you-can-and-cant-do'
}