mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(i18n): align Chinese A1 chapter 3/4 icons with Spanish (#66830)
This commit is contained in:
@@ -20,8 +20,7 @@ import {
|
||||
faCubes,
|
||||
faDoorOpen,
|
||||
faHands,
|
||||
faIdCard,
|
||||
faPeopleGroup
|
||||
faIdCard
|
||||
} from '@fortawesome/free-solid-svg-icons';
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
||||
|
||||
@@ -47,7 +46,9 @@ const iconMap = {
|
||||
[A1ChineseChapters.zhA1Welcome]: faDoorOpen,
|
||||
[A1ChineseChapters.zhA1PinYin]: faCubes,
|
||||
[A1ChineseChapters.zhA1Greetings]: faComments,
|
||||
[A1ChineseChapters.zhA1Family]: faPeopleGroup,
|
||||
[A1ChineseChapters.zhA1GreetingsLegacy]: faComments,
|
||||
[A1ChineseChapters.zhA1NumbersAndPersonalInformation]: faIdCard,
|
||||
[A1ChineseChapters.zhA1Family]: faIdCard,
|
||||
[A1ChineseChapters.zhA1Expressing]: faHands,
|
||||
[A1SpanishChapters.esA1Welcome]: faDoorOpen,
|
||||
[A1SpanishChapters.esA1Fundamentals]: faCubes,
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user