From f7e4b98166b3ed454e1f59e1279bd6c1acf373f8 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sat, 12 Mar 2016 14:18:49 +0100 Subject: [PATCH] Localization folder renamed --- MSIBuild/Makefile | 6 +++--- build/MSICALib.vcxproj | 2 +- build/MSICALib.vcxproj.filters | 2 +- {L10N => locale}/.gitignore | 0 {L10N => locale}/sl_SI.po | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename {L10N => locale}/.gitignore (100%) rename {L10N => locale}/sl_SI.po (100%) 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