Skip to content

Commit

Permalink
i18n: fix coliision
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Jul 11, 2023
1 parent 74d2b0a commit 3309c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/raidboss/data/00-misc/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ const triggerSet: TriggerSet<Data> = {
'(?<! )Three': 'Drei',
'Four': 'Vier',
'Six': 'Sechs',
'Ten': 'Zehn',
'Ten(?!d)': 'Zehn',
'Fifteen': 'Fünfzehn',
'Force Jump Three': 'Sprungangriff Drei',
'Invisible': 'Unsichtbar',
Expand Down Expand Up @@ -454,6 +454,7 @@ const triggerSet: TriggerSet<Data> = {
'cactbot lang': 'cactbot言語',
'cactbot test response': 'cactbotレスポンステスト',
'cactbot test watch': 'cactbot探知テスト',
'cactbot test config': 'cactbot設定テスト',
'You clap for the striking dummy': '.*は木人に拍手した',
'You psych yourself up alongside the striking dummy': '.*は木人に活を入れた',
'You poke the striking dummy': '.*は木人をつついた',
Expand Down

0 comments on commit 3309c6b

Please sign in to comment.