Added Japanese localization#369
Merged
Merged
Conversation
to be consistent with existing Chinese translation
Member
|
You can only enable the localization "mod" but without the fonts and launch the game, then you can type The following is not needed after #370 gets merged. Everest/Celeste.Mod.mm/Celeste.Mod.mm.csproj Lines 182 to 185 in 106d7ed <EmbeddedResource Include="Content\Lua\typebuilder.lua">
<LogicalName>Content\Lua\typebuilder.lua</LogicalName>
</EmbeddedResource>
+ <EmbeddedResource Include="Content\Dialog\Japanese.txt">
+ <LogicalName>Content\Dialog\Japanese.txt</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Content\Dialog\Fonts\japanese.fnt">
+ <LogicalName>Content\Dialog\Fonts\japanese.fnt</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Content\Dialog\Fonts\japanese_everest_0.png">
+ <LogicalName>Content\Dialog\Fonts\japanese_everest_0.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Content\Dialog\Fonts\japanese_everest_1.png">
+ <LogicalName>Content\Dialog\Fonts\japanese_everest_1.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Content\Dialog\Fonts\japanese_everest_2.png">
+ <LogicalName>Content\Dialog\Fonts\japanese_everest_2.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Content\Dialog\Fonts\japanese_everest_3.png">
+ <LogicalName>Content\Dialog\Fonts\japanese_everest_3.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Content\Dialog\Fonts\japanese_everest_4.png">
+ <LogicalName>Content\Dialog\Fonts\japanese_everest_4.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Content\Dialog\Fonts\japanese_everest_5.png">
+ <LogicalName>Content\Dialog\Fonts\japanese_everest_5.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Content\Dialog\Fonts\japanese_everest_6.png">
+ <LogicalName>Content\Dialog\Fonts\japanese_everest_6.png</LogicalName>
+ </EmbeddedResource>
</ItemGroup> |
Contributor
Author
|
Thank you for valuable information. Following the suggested procedure, I generated font files only for missing characters. |
トグルする -> 切り替える
"<" mark has been missing in the menu in the Japanese environment somehow; "<" has been missing in the font file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Japanese localization by me (danesky) is added as a part of contributions to SJ2021, hopefully. Fonts missing in vanilla Celeste are also provided.
At present, there are multiple png files, because information of all characters in Japanese.txt is embedded there. In the future, I may reduce the number of files by removing overlapping characters, but for now this is OK to me.