New translations en_us.h (Portuguese, Brazilian)

This commit is contained in:
fvanroie 2024-05-22 18:33:58 +02:00
parent fba1331c3b
commit 83bdad83e5

View File

@ -30,6 +30,7 @@
#define D_FILE_SIZE_KILOBYTES "KiB" #define D_FILE_SIZE_KILOBYTES "KiB"
#define D_FILE_SIZE_MEGABYTES "MiB" #define D_FILE_SIZE_MEGABYTES "MiB"
#define D_FILE_SIZE_GIGABYTES "GiB" #define D_FILE_SIZE_GIGABYTES "GiB"
#define D_FILE_SIZE_TERABYTES "TiB"
#define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes
#define D_DECIMAL_POINT "." // decimal comma or point #define D_DECIMAL_POINT "." // decimal comma or point