Skip to content

Commit

Permalink
Update translations for v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0thyj committed Nov 1, 2020
1 parent 647b491 commit d77136d
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## `4.3.2`

* Added 8 new themes from Big Sur 11.0.1
* Added Greek and Vietnamese translations (thanks masterjunior24 and Truong Huynh)
* Fixed issue where wrong preview image was shown for time of day in theme dialog

## `4.3.1`

* Fixed error when 2-image themes (e.g., Big Sur Abstract) are selected in theme dialog
Expand Down
2 changes: 2 additions & 0 deletions src/Localization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@ private static void LoadLanguages()
AddLanguage("Português (do Brasil)", "pt-br"); // Portuguese (BR)
AddLanguage("Pусский", "ru"); // Russian
AddLanguage("Română", "ro"); // Romanian
AddLanguage("Tiếng Việt", "vi"); // Vietnamese
AddLanguage("Türkçe", "tr"); // Turkish
AddLanguage("Čeština", "cs"); // Czech
AddLanguage("Ελληνικά", "el"); // Greek
AddLanguage("Български", "bg"); // Bulgarian
AddLanguage("Македонски", "mk"); // Macedonian
AddLanguage("हिन्दी", "hi"); // Hindi
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.3.1")]
[assembly: AssemblyVersion("4.3.2")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file modified src/locale/de.mo
Binary file not shown.
Binary file added src/locale/el.mo
Binary file not shown.
Binary file modified src/locale/es.mo
Binary file not shown.
Binary file modified src/locale/fr.mo
Binary file not shown.
Binary file modified src/locale/it.mo
Binary file not shown.
Binary file modified src/locale/ja.mo
Binary file not shown.
Binary file modified src/locale/ko.mo
Binary file not shown.
Binary file modified src/locale/mk.mo
Binary file not shown.
Binary file modified src/locale/tr.mo
Binary file not shown.
Binary file added src/locale/vi.mo
Binary file not shown.
Binary file modified src/locale/zh-Hans.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion uwp/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" IgnorableNamespaces="uap uap3 mp rescap desktop">
<Identity Name="38719TimothyJohnson.WinDynamicDesktop" Publisher="CN=3C822DA5-D64C-40A9-A84A-5502C3EDD8CD" Version="4.3.1.0" />
<Identity Name="38719TimothyJohnson.WinDynamicDesktop" Publisher="CN=3C822DA5-D64C-40A9-A84A-5502C3EDD8CD" Version="4.3.2.0" />
<Properties>
<DisplayName>WinDynamicDesktop</DisplayName>
<PublisherDisplayName>Timothy Johnson</PublisherDisplayName>
Expand Down
3 changes: 2 additions & 1 deletion uwp/WinDynamicDesktop.Package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<FilterSatelliteAssembliesForMakePri>false</FilterSatelliteAssembliesForMakePri>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
</PropertyGroup>
<PropertyGroup Condition="('$(Configuration)' == 'Debug') Or ('$(UseTemporarySignCert)' == 'true')">
<PackageCertificateKeyFile>WinDynamicDesktop.Package_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<PropertyGroup Condition="('$(Configuration)' == 'Release') And ('$(UseTemporarySignCert)' != 'true')">
<PackageCertificateThumbprint>E2A95D90D5AE98A61D3FB5BB7EB1B4CD95D054DD</PackageCertificateThumbprint>
<PackageCertificateThumbprint>cb1a6283a6fd16ef9026ab059f94176d5f0a54c0</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AppxBundle>Always</AppxBundle>
Expand Down

0 comments on commit d77136d

Please sign in to comment.