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

raidboss: Add JA translations for DSR Gigaflare #5755

Merged
merged 2 commits into from
Aug 10, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -2834,24 +2834,28 @@ const triggerSet: TriggerSet<Data> = {
directions: {
en: '${start} => ${rotation}',
de: '${start} => ${rotation}',
ja: '${start} => ${rotation}',
cn: '${start} => ${rotation}',
ko: '${start} => ${rotation}',
},
backLeft: {
en: 'Back left',
de: 'Hinten links',
ja: '左後ろ',
cn: '左后',
ko: '뒤 왼쪽',
},
backRight: {
en: 'Back right',
de: 'Hinten rechts',
ja: '右後ろ',
cn: '右后',
ko: '뒤 오른쪽',
},
front: {
en: 'Front',
de: 'Vorne',
ja: '前',
cn: '前',
ko: '앞',
},
Expand Down