Latest localized name

Troubleshooting gudes, solutions and other ZModeler3-related discussion

Moderator: Oleg

Post Reply
AUG1127
Posts: 40
Joined: Sun Sep 06, 2020 4:11 pm

Latest localized name

Post by AUG1127 »

After several minor updates, ZM3 added several new option names, but when I add them to the localization file, it doesn't work and still shows the original name. How can I add the marked places to the localization file to modify it to other languages?
Attachments
1.PNG
User avatar
Oleg
Site Admin
Posts: 14990
Joined: Fri Feb 06, 2004 3:54 am
Contact:

Re: Latest localized name

Post by Oleg »

add this block in
"Dialogs" -> "Files" -> "Import&Export"

Code: Select all

          <zml:br name="GTA Rage options" trans="*GTA Rage options">
            <zml:dlg name="ListBox_3E9" trans="*ListBox_3E9">
              <zml:item name="Option" trans="*Option"/>
              <zml:item name="Version:" trans="Version:"/>
              <zml:item name="Lock" trans="Lock"/>
              <zml:item name="Save Thumbnail" trans="Save Thumbnail"/>
              <zml:item name="Recreate YTD" trans="Recreate YTD"/>
              <zml:item name="Skeletal" trans="Skeletal"/>
              <zml:item name="Export LODs:" trans="Export LODs:"/>
              <zml:item name="Value" trans="Value"/>
            </zml:dlg>
          </zml:br>
Note, even if you add options:

Code: Select all

              <zml:item name="GTA5 Enhanced" trans="GTA5 Enhanced"/>
              <zml:item name="GTA5 Legacy" trans="GTA5 Legacy"/>
...these will not get localized, as values in drop-down selection inside options grid can not be accessed by localization service to make changes.
AUG1127
Posts: 40
Joined: Sun Sep 06, 2020 4:11 pm

Re: Latest localized name

Post by AUG1127 »

I followed your code format and modified the Recreate YTD option but it didn't change as shown in the above picture
Attachments
1.PNG
AUG1127
Posts: 40
Joined: Sun Sep 06, 2020 4:11 pm

Re: Latest localized name

Post by AUG1127 »

I have another question. Do you plan to publish an English localization file on the forum for users in other countries to make localization changes? During the modification process, I found that the location of some word-related options may not be easy to find. I need to modify a part and restart the software to check. When making large-scale modifications, I need to repeat the above operations. In addition, the software may add some new option names after the update. With the file, users can find the location more easily to add and modify
User avatar
Oleg
Site Admin
Posts: 14990
Joined: Fri Feb 06, 2004 3:54 am
Contact:

Re: Latest localized name

Post by Oleg »

the "Recreate YTD" option is translated fine to me:
Screenshot 2025-04-02 180947.png
Screenshot 2025-04-02 180947.png (5.66 KiB) Viewed 2381 times
Screenshot 2025-04-02 181054.png
Post Reply