mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 20:22:48 +08:00
- [REACTOS] es-ES: Fixes and typos - [USETUP] es-ES: Fixes and typos - [HOTPLUG] es-ES: Fixes and typos - [OPENGLCFG] Add Spanish (es-ES) translation - [NETSHELL] es-ES: Fixes and typos - [SHELL32] es-ES: Fixes and typos - [SYSSETUP] es-ES: Fixes and typos Reviewed-by: Ismael Ferreras Morezuelas <swyterzone@gmail.com>
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>.