You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, showing overlap of month on announcement:
My assumption at this time is that the original text was preformatted to place the month title in an exact location, and we broke that by changing the text formatting. I will try to think of another way to present the text to see if it is possible to just fix it through formatting.
Do not let that stop you from trying other routes.
Second, verification of three character month name breaking two character month origin:
Compare to picture I took earlier, while in Telegram Chat with Mithaldu of it working for month of Jun.
This implies, not verifies, that in save files, all months except June and October are broken in save file display. June and October are three Kanji origin text, while the rest are two Kanji origin text.
The text was updated successfully, but these errors were encountered:
"新しい月、 となりました!" => { tr =>
"A new month, , is here!", ok => 'a-csharp 4572711',
desc => "the month is rendered as a separate string into the gap" },
"新しい月、 となりました!" => { tr =>
"A new month, , is here!", ok => 'a-csharp 4572679',
desc => "the month is rendered as a separate string into the gap" },
Since i don't know of an easy way right now to affect the spacing of the month (mmmmaybe they're also rendered with prefixed spaces?). A possible solution would appear to be to try and move the underlying english text, by appending spaces. Not sure if that'll work in this case.
As for months in savegames, i see two options:
accept that they're broken in the savegame
set each month to be exactly the same amount of characters
Two examples.
First, showing overlap of month on announcement:
My assumption at this time is that the original text was preformatted to place the month title in an exact location, and we broke that by changing the text formatting. I will try to think of another way to present the text to see if it is possible to just fix it through formatting.
Do not let that stop you from trying other routes.
Second, verification of three character month name breaking two character month origin:
Compare to picture I took earlier, while in Telegram Chat with Mithaldu of it working for month of Jun.
This implies, not verifies, that in save files, all months except June and October are broken in save file display. June and October are three Kanji origin text, while the rest are two Kanji origin text.
The text was updated successfully, but these errors were encountered: