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

update chinese translation #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 3 additions & 5 deletions FishingForTrouble/FishingForTrouble.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ALWAYS
END

/* Converts tra files to UTF-8 */
ACTION_DEFINE_ARRAY noconvert BEGIN END
ACTION_DEFINE_ARRAY noconvert BEGIN setup-osx setup-unix setup-win32 END

// any tra files used in LANGUAGE need to be reloaded after UTF-8 conversion
ACTION_DEFINE_ARRAY reload BEGIN Setup END
Expand All @@ -41,6 +41,7 @@ END

LANGUAGE ~English~ ~english~ ~FishingForTrouble/language/english/english.tra~
LANGUAGE ~Russian (by subzero400, Velv, minor updates by AGKanevchev)~ ~russian~ ~FishingForTrouble/language/russian/russian.tra~
LANGUAGE ~Simplified Chinese (by Archenemy, minor updates by Yoshimo0417)~ ~schinese~ ~FishingForTrouble/language/schinese/setup-%WEIDU_OS%.tra~

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//Fishing for Trouble by Yovaneth
Expand Down Expand Up @@ -92,10 +93,7 @@ COPY_EXISTING ~songlist.2da~ ~override~
//Ghoul portrait
//##################################################
COPY ~%MOD_FOLDER%/bmp~ ~override~
ACTION_IF GAME_IS ~bg2ee eet~ BEGIN
//Use large portiat also for small variant
COPY ~%MOD_FOLDER%/bmp/ysghoulm.bmp~ ~override\ysghouls.bmp~
END

//##################################################
//2da
//##################################################
Expand Down
Loading