Skip to content

Commit

Permalink
Merge pull request #14 from sheiun/patch-1
Browse files Browse the repository at this point in the history
support zh-hant in SkipCutsceneStr
  • Loading branch information
Limiana authored Aug 21, 2022
2 parents 924f7d3 + 63168bd commit e823fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TextAdvance/TextAdvance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ unsafe class TextAdvance : IDalamudPlugin
internal bool Enabled = false;
bool CanPressEsc = false;
static string[] AcceptStr = { "Accept", "接受", "Annehmen", "Accepter", "受注" };
static string[] SkipCutsceneStr = { "Skip cutscene?", "要跳过这段过场动画吗?", "Videosequenz überspringen?", "Passer la scène cinématique ?", "このカットシーンをスキップしますか?" };
static string[] SkipCutsceneStr = { "Skip cutscene?", "要跳过这段过场动画吗?", "要跳過這段過場動畫嗎?", "Videosequenz überspringen?", "Passer la scène cinématique ?", "このカットシーンをスキップしますか?" };
static string[] YesStr = { "Yes.", "是", "Ja", "Oui", "はい" };
static string[] CompleteStr = { "Complete", "完成", "Abschließen", "Accepter", "コンプリート" };
//static string[] HandOverStr = { "Hand Over" };
Expand Down

0 comments on commit e823fd6

Please sign in to comment.