reactos/base/setup/usetup/lang
Jose Carlos Jesus 3463a3fba3
[USETUP] Update Portuguese (pt-PT) translation (#5508)
Fix a typo, and add three forgotten error codes to pt-PT language.

Co-authored-by: SecurityAndStuff <74931194+SecurityAndStuff@users.noreply.github.com>
2023-08-09 11:54:52 +02:00
..
bg-BG.h [TRANSLATION] Update Bulgarian translation (#4429) 2022-09-30 18:08:13 +02:00
bn-BD.h
cs-CZ.h
da-DK.h
de-DE.h
el-GR.h
en-US.h
es-ES.h
et-EE.h
eu-ES.h
fr-FR.h
he-IL.h
hr-HR.h
hu-HU.h
id-ID.h
it-IT.h
ja-JP.h
lt-LT.h
ms-MY.h
nl-NL.h
pl-PL.h
pt-BR.h
pt-PT.h [USETUP] Update Portuguese (pt-PT) translation (#5508) 2023-08-09 11:54:52 +02:00
ReadMe.txt
ro-RO.h
ru-RU.h [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
sk-SK.h
sq-AL.h
sv-SE.h
tr-TR.h
uk-UA.h [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00

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>.