mirror of
https://github.com/reactos/reactos.git
synced 2026-05-28 03:44:02 +08:00
Add/update translation for: charmap_new, logoff, mspaint, notepad, usetup, welcome, hotplug.cpl, sysdm.cpl, aclui.dll, comctl32.dll, comdlg32.dll, hhctrl.ocx, kernel32.dll, msi.dll, oledlg.dll, shell32.dll, tapiui.dll, themeui.dll, wininet.dll, winmm.dll, wldap32.dll, winsrv.dll.
Some source files here are converted by code7bit. code7bit: https://github.com/katahiromz/code7bit code7bit makes the string literals 8-bit clean. If source contains any non-8-bit-clean strings, non-Latin developer cannot build the project on MSVC. 8-bit clean https://en.wikipedia.org/wiki/8-bit_clean To edit a file converted by code7bit, you have to revert it at first. To revert, please execute code7bit -r <file>. After edit, to convert again, please execute code7bit -c <file>.