Skip to content

Commit

Permalink
i18n: cn translation small fix (#5980)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadyWhite authored Dec 5, 2023
1 parent f0bfa22 commit 1586d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/raidboss/data/06-ew/dungeon/mount_rokkon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,14 @@ const triggerSet: TriggerSet<Data> = {
en: 'Rotate Left',
de: 'Links rotieren',
fr: 'Tournez vers la gauche',
cn: '逆时针旋转',
cn: '向左旋转',
ko: '왼쪽으로',
},
rotateRight: {
en: 'Rotate Right',
de: 'Rechts rotieren',
fr: 'Tourner vers la droite',
cn: '顺时针旋转',
cn: '向右旋转',
ko: '오른쪽으로',
},
combo: {
Expand Down

0 comments on commit 1586d6b

Please sign in to comment.