diff --git a/MSIBuild/Makefile b/MSIBuild/Makefile index 8095cbf..4ab690d 100644 --- a/MSIBuild/Makefile +++ b/MSIBuild/Makefile @@ -68,16 +68,16 @@ i2 L0 2576 Error [5] setting profile "[3]" on WLAN interface [2] (WLAN reason is [4]). Please, contact your support personnel. < NUL -"It.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\L10N\it_IT.po" +"It.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\locale\it_IT.po" rcxgettext.exe idtp $@ $** -"Sl.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\L10N\sl_SI.po" +"Sl.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\locale\sl_SI.po" rcxgettext.exe idtp $@ $** diff --git a/build/MSICALib.vcxproj b/build/MSICALib.vcxproj index 0872ced..0683de1 100644 --- a/build/MSICALib.vcxproj +++ b/build/MSICALib.vcxproj @@ -96,7 +96,7 @@ - + diff --git a/build/MSICALib.vcxproj.filters b/build/MSICALib.vcxproj.filters index 39a5062..caa7da7 100644 --- a/build/MSICALib.vcxproj.filters +++ b/build/MSICALib.vcxproj.filters @@ -49,7 +49,7 @@ - + Resource Files diff --git a/L10N/.gitignore b/locale/.gitignore similarity index 100% rename from L10N/.gitignore rename to locale/.gitignore diff --git a/L10N/sl_SI.po b/locale/sl_SI.po similarity index 100% rename from L10N/sl_SI.po rename to locale/sl_SI.po