From 22e381af0ce4c0c110f14d1b83353306aac781ff Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 9 Sep 2016 13:42:38 +0200 Subject: [PATCH] All language identifiers expanded to contain country code --- build/wxExtendDll.vcxproj | 2 +- build/wxExtendDll.vcxproj.filters | 2 +- build/wxExtendLib.vcxproj | 2 +- build/wxExtendLib.vcxproj.filters | 2 +- locale/{de.po => de_DE.po} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename locale/{de.po => de_DE.po} (100%) diff --git a/build/wxExtendDll.vcxproj b/build/wxExtendDll.vcxproj index e1b6678..10d4952 100644 --- a/build/wxExtendDll.vcxproj +++ b/build/wxExtendDll.vcxproj @@ -47,7 +47,7 @@ - + diff --git a/build/wxExtendDll.vcxproj.filters b/build/wxExtendDll.vcxproj.filters index f6f1d3d..3c471d8 100644 --- a/build/wxExtendDll.vcxproj.filters +++ b/build/wxExtendDll.vcxproj.filters @@ -91,7 +91,7 @@ Resource Files\Localization - + Resource Files\Localization diff --git a/build/wxExtendLib.vcxproj b/build/wxExtendLib.vcxproj index dd1d9ee..a3045ec 100644 --- a/build/wxExtendLib.vcxproj +++ b/build/wxExtendLib.vcxproj @@ -48,7 +48,7 @@ - + diff --git a/build/wxExtendLib.vcxproj.filters b/build/wxExtendLib.vcxproj.filters index a1f6965..7e7b484 100644 --- a/build/wxExtendLib.vcxproj.filters +++ b/build/wxExtendLib.vcxproj.filters @@ -94,7 +94,7 @@ Resource Files\Localization - + Resource Files\Localization diff --git a/locale/de.po b/locale/de_DE.po similarity index 100% rename from locale/de.po rename to locale/de_DE.po