Fledge68 / WiiFlow_Lite

My mod of the Wii USB Loader WiiFlow
459 stars 58 forks source link

List of non-translatable words/strings in the current version. #342

Closed MayanKoyote closed 1 year ago

MayanKoyote commented 1 year ago

Describe the bug Thanks for commits 2e3a862 and aceb49c, which added the ability to translate the 'AUTO' value in one of the places where it was not possible before. But there are still a few places where such non-translatable cases occur. This is a list (what I've been able to notice) of those words/strings that cannot be translated (there is no possibility):

Value 'AUTO':

  1. (Individual Game) Settings, page 1/6 -> IOS
  2. (Individual Game) Settings, page 2/6 -> Hook Type

Value 'default' (or 'Default' sometimes):

  1. (Global) Settings, page 1/14 -> NAND Emulation Settings, page 1/3 -> Select NAND
  2. (Global) Settings, page 1/14 -> NAND Emulation Settings, page 1/3 -> Select Saves NAND
  3. (Global) Settings, page 2/14 -> Theme

Also, the translation of the words "Total size: KB (blocks)" is not displayed, it's always in English. Although the translation is present in the translation file. This is observed for:

  1. (Global) Settings, page 1/14 -> NAND Emulation Settings, page 2/3 -> Extract Game Saves -> both 'All' and 'Missing'
  2. (Global) Settings, page 1/14 -> NAND Emulation Settings, page 2/3 -> Extract NAND

What version of WiiFlow Lite aceb49c

On Wii or Wii U vWii Wii

Screenshots image-A1 image-A2

image-D1 image-D2 image-D3

image-T1 image-T2

Fledge68 commented 1 year ago

this is all very strange because the translation code is there the same as it is for all text. i wonder if your russian.ini is corrupted. otherwise i have no idea. maybe certain characters in your language are causing the issue.

MayanKoyote commented 1 year ago

this is all very strange because the translation code is there the same as it is for all text. i wonder if your russian.ini is corrupted. otherwise i have no idea. maybe certain characters in your language are causing the issue.

Does this refer to "Total size: KB (blocks)"? If yes, there is a screenshot of the same thing happening with the Spanish translation. And I'm pretty sure that the Spanish doesn't use any Cyrillic characters. Or Italian and Dutch: image-T3 image-T4

Fledge68 commented 1 year ago

so today i open english.ini and replaced hook type and IOS with some different text and set wiiflow to english text and both of them showed up with the new text. so then i replaced them with your russian text and it showed as well. here are the screenshots.

Mar-16-2023-10h50m19s Mar-16-2023-10h50m15s

MayanKoyote commented 1 year ago

Oh, then there was some misunderstanding. In these cases I'm not talking about the name of the setting. I'm talking about the setting value. That is, I'm talking about the words "AUTO", "default", "Default". That is, about what the cursor is next to. The screenshots use the English interface in order to make it clear exactly where it is located.

Fledge68 commented 1 year ago

Ahhhh! i see. yes i will fix those. not sure about the total size text. thats a weird one.

Fledge68 commented 1 year ago

the nand defaults are filenames for the folder. i may change them to wf_nand.

let me know if the total size text changed?

MayanKoyote commented 1 year ago

Checked d5f0ca6:

TH001 TH002 TH003 TH004 TH005 TH006

TS001 TS002

Fledge68 commented 1 year ago

could you check the latest commit? it should fix the "total size text' issue.

oops! but before you do, edit your russian.ini cfgne16 and cfgne17. change the %u's to %d's. example %uMB to %dMB.

MayanKoyote commented 1 year ago

Sorry for the delay, been busy migrating system to new drives.

Checked Artifact bd6c188 (with updated translation files).

Mar-22-2023-23h40m53s Mar-22-2023-23h47m52s

Also checked Artifact bd6c188 with 'old' translation files - everything is OK too.

Thank you very much.