diff --git a/MSIBuild/Makefile b/MSIBuild/Makefile index a729ac9..800b3db 100644 --- a/MSIBuild/Makefile +++ b/MSIBuild/Makefile @@ -108,16 +108,16 @@ StartServicesExec Starting services Service: [1] InstallScheduledTasksExec Installing scheduled tasks Scheduled task: [1] < NUL -"It.$(PLAT).$(CFG).ActionText-2.idt" : "En.$(PLAT).$(CFG).ActionText-2.idtx" "..\L10N\it_IT.po" +"It.$(PLAT).$(CFG).ActionText-2.idt" : "En.$(PLAT).$(CFG).ActionText-2.idtx" "..\locale\it_IT.po" rcxgettext.exe idtp $@ $** -"Sl.$(PLAT).$(CFG).ActionText-2.idt" : "En.$(PLAT).$(CFG).ActionText-2.idtx" "..\L10N\sl_SI.po" +"Sl.$(PLAT).$(CFG).ActionText-2.idt" : "En.$(PLAT).$(CFG).ActionText-2.idtx" "..\locale\sl_SI.po" rcxgettext.exe idtp $@ $** diff --git a/build/MSICA.props b/build/MSICA.props index f8d9d57..358f5ac 100644 --- a/build/MSICA.props +++ b/build/MSICA.props @@ -39,7 +39,7 @@ Windows - L10N\sl_SI.po + locale\sl_SI.po ..\include;..\..\..\lib\MSICALib\include;..\..\..\lib\atlex\include;%(AdditionalIncludeDirectories) diff --git a/build/MSICA.vcxproj b/build/MSICA.vcxproj index 485f08b..0cdc7ad 100644 --- a/build/MSICA.vcxproj +++ b/build/MSICA.vcxproj @@ -93,7 +93,7 @@ - + diff --git a/build/MSICA.vcxproj.filters b/build/MSICA.vcxproj.filters index b533e09..3ae59ae 100644 --- a/build/MSICA.vcxproj.filters +++ b/build/MSICA.vcxproj.filters @@ -31,7 +31,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