Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 115 → Rev 116

/install/locales.c
73,6 → 73,8
/*** open files ***/
fdkeyb = fopen("keylay.h", "wb");
fdoff = fopen("keyoff.h", "wb");
fprintf(fdkeyb, "/* DO NOT EDIT THIS FILE, IT IS AUTO-GENERATED BY LOCALES.EXE */\r\n");
fprintf(fdoff, "/* DO NOT EDIT THIS FILE, IT IS AUTO-GENERATED BY LOCALES.EXE */\r\n");
 
/******************* LAYOUTS LIST START *******************/
 
94,6 → 96,10
/* Polish */
addnew("PL", "Polish", "pl", 991, 10, 1, 0);
 
/* Russian */
addnew("RU", "Russian (Standard)", "ru", 866, 3, 2, 0);
addnew("RU", "Russian (Typewriter)", "ru", 866, 3, 2, 443);
 
/* Spanish */
addnew("ES", "Spanish", "es", 858, 1, 1, 0);