OverlayPlugin / cactbot

FFXIV TypeScript Raiding Overlay
Apache License 2.0
97 stars 34 forks source link

i18n: Add Japanese translations for R4S triggers #332

Closed niaka3dayo closed 2 months ago

niaka3dayo commented 2 months ago

This PR adds Japanese translations to the existing R4S triggers. Please review and let me know if any adjustments are needed.

kshman commented 2 months ago
  timelineReplace: [
    {
      'locale': 'ja',
      'missingTranslations': true,
      'replaceSync': {
        'Electromine': 'エレクトリックマイン',
        'Wicked Thunder': 'ウィケッドサンダー',
      },
    },
  ],

for JP client

niaka3dayo commented 2 months ago

@kshman

  timelineReplace: [
    {
      'locale': 'ja',
      'missingTranslations': true,
      'replaceSync': {
        'Electromine': 'エレクトリックマイン',
        'Wicked Thunder': 'ウィケッドサンダー',
      },
    },
  ],

for JP client

Thank you for providing the replaceSync content. I've added the entries for 'Electromine' and 'Wicked Thunder' as suggested.

commit: a1d73977c67077458f5456c8f7c16afc841a4499