Finished Localization, change save&load logic to get correct player's start location in each level.
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
Date/Time,Word Count,en,ko-KR
|
||||
2025.04.30-21.18.01,0,0,0
|
||||
2025.04.30-21.39.11,396,396,0
|
||||
2025.04.30-22.20.42,505,505,0
|
||||
2025.04.30-23.53.17,600,600,0
|
||||
2025.04.30-23.59.29,600,592,0
|
||||
2025.05.01-18.43.00,632,632,0
|
||||
2025.05.11-12.05.59,1260,1260,0
|
||||
2025.05.13-21.51.53,1792,1792,0
|
||||
2025.05.13-22.27.34,1794,1794,0
|
||||
2025.05.14-01.18.51,1794,1794,0
|
||||
2025.05.14-01.42.17,1793,1793,349
|
||||
2025.05.14-02.01.07,1793,1793,773
|
||||
2025.05.14-12.57.58,1793,1793,1793
|
||||
2025.05.14-13.49.10,1793,1793,1792
|
||||
2025.05.14-13.51.46,1793,1793,1793
|
||||
|
|
BIN
hwanyoung2/Content/Localization/Dialogue/Dialogue.locmeta
Normal file
BIN
hwanyoung2/Content/Localization/Dialogue/Dialogue.locmeta
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
hwanyoung2/Content/Localization/Dialogue/en/Dialogue.locres
Normal file
BIN
hwanyoung2/Content/Localization/Dialogue/en/Dialogue.locres
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
hwanyoung2/Content/Localization/Dialogue/ko-KR/Dialogue.locres
Normal file
BIN
hwanyoung2/Content/Localization/Dialogue/ko-KR/Dialogue.locres
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Localization/Dialogue/ko-KR/Dialogue.mo
Normal file
BIN
hwanyoung2/Content/Localization/Dialogue/ko-KR/Dialogue.mo
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,2 @@
|
||||
Date/Time,Word Count,en,ko
|
||||
2025.04.30-21.30.56,0,0,0
|
||||
2025.05.14-00.57.09,0,0,0
|
||||
|
|
@ -0,0 +1,3 @@
|
||||
Date/Time,Word Count,en,ko-KR
|
||||
2025.05.14-01.07.23,11,11,0
|
||||
2025.05.14-01.16.03,11,11,11
|
|
BIN
hwanyoung2/Content/Localization/SourceCode/SourceCode.locmeta
Normal file
BIN
hwanyoung2/Content/Localization/SourceCode/SourceCode.locmeta
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Localization/SourceCode/SourceCode.manifest
Normal file
BIN
hwanyoung2/Content/Localization/SourceCode/SourceCode.manifest
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Localization/SourceCode/en/SourceCode.archive
Normal file
BIN
hwanyoung2/Content/Localization/SourceCode/en/SourceCode.archive
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Localization/SourceCode/en/SourceCode.locres
Normal file
BIN
hwanyoung2/Content/Localization/SourceCode/en/SourceCode.locres
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,50 @@
|
||||
# SourceCode Korean (South Korea) translation.
|
||||
# Fill out your copyright notice in the Description page of Project Settings.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: SourceCode\n"
|
||||
"POT-Creation-Date: 2025-05-13 16:08\n"
|
||||
"PO-Revision-Date: 2025-05-13 16:08\n"
|
||||
"Language-Team: \n"
|
||||
"Language: ko-KR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. Key: HowToInteraction
|
||||
#. SourceLocation: Source/hwanyoung2/HYInteractableActor.cpp(22)
|
||||
#: Source/hwanyoung2/HYInteractableActor.cpp(22)
|
||||
msgctxt "HYInteractableActor,HowToInteraction"
|
||||
msgid "{0}: Press F to {1}"
|
||||
msgstr ""
|
||||
|
||||
#. Key: InteractionName
|
||||
#. SourceLocation: Source/hwanyoung2/HYManualPickUp.cpp(14)
|
||||
#: Source/hwanyoung2/HYManualPickUp.cpp(14)
|
||||
msgctxt "HYManualPickUp,InteractionName"
|
||||
msgid "Item"
|
||||
msgstr ""
|
||||
|
||||
#. Key: InteractionAction
|
||||
#. SourceLocation: Source/hwanyoung2/HYManualPickUp.cpp(15)
|
||||
#: Source/hwanyoung2/HYManualPickUp.cpp(15)
|
||||
msgctxt "HYManualPickUp,InteractionAction"
|
||||
msgid "pick up"
|
||||
msgstr ""
|
||||
|
||||
#. Key: InteractionName
|
||||
#. SourceLocation: Source/hwanyoung2/HYSaveGameActor.cpp(12)
|
||||
#: Source/hwanyoung2/HYSaveGameActor.cpp(12)
|
||||
msgctxt "HYSaveGameActor,InteractionName"
|
||||
msgid "Haetae statue"
|
||||
msgstr ""
|
||||
|
||||
#. Key: InteractionAction
|
||||
#. SourceLocation: Source/hwanyoung2/HYSaveGameActor.cpp(13)
|
||||
#: Source/hwanyoung2/HYSaveGameActor.cpp(13)
|
||||
msgctxt "HYSaveGameActor,InteractionAction"
|
||||
msgid "touch"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user