mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
Use separate directory for language-specific files.
svn path=/trunk/; revision=26289
This commit is contained in:
parent
871e05ab78
commit
f57e0717e2
12 changed files with 11 additions and 11 deletions
|
@ -6,14 +6,14 @@
|
|||
#define REACTOS_STR_ORIGINAL_FILENAME "ntvdm.exe\0"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
#include "de-DE.rc"
|
||||
#include "en-US.rc"
|
||||
#include "es-ES.rc"
|
||||
#include "fr-FR.rc"
|
||||
#include "hu-HU.rc"
|
||||
#include "id-ID.rc"
|
||||
#include "it-IT.rc"
|
||||
#include "ja-JP.rc"
|
||||
#include "nb-NO.rc"
|
||||
#include "th-TH.rc"
|
||||
#include "uk-UA.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/id-ID.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/ja-JP.rc"
|
||||
#include "lang/nb-NO.rc"
|
||||
#include "lang/th-TH.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
|
Loading…
Reference in a new issue