windows: list all current translations in the fileinfo

This commit is contained in:
Zumi Daxuya 2024-07-01 22:28:24 +07:00 committed by tildearrow
parent 9b866d640d
commit 49a9de1d93

View file

@ -5,7 +5,16 @@
BLOCK "VarFileInfo" BLOCK "VarFileInfo"
{ {
VALUE "Translation", VALUE "Translation",
0x409, 1200 0x409, 1200, // English
0x421, 1200, // Indonesian
0x40A, 1200, // Spanish (Spain)
0x412, 1200, // Korean
0x415, 1200, // Polish
0x416, 1200, // Portuguese (Brazil)
0x419, 1200, // Russian
0x41B, 1200, // Slovak
0x41D, 1200, // Swedish
0x804, 1200 // Chinese (Simplified)
} }
BLOCK "StringFileInfo" BLOCK "StringFileInfo"
{ {