Skip to content

Commit

Permalink
Merge pull request #3 from PepperDash-Engineering/feature/updates
Browse files Browse the repository at this point in the history
udpate Essentials version and fix Language Definition Implementation
  • Loading branch information
andrew-welker authored Nov 10, 2020
2 parents 74ce8a5 + 1ce9486 commit c89fc14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion epi-utilities-i18n/I18NLanguagesConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public class LanguageDefinition:ILanguageDefinition
public bool Enable { get; set; }
public List<LanguageLabel> UiLabels { get; set; }
public List<LanguageLabel> Sources { get; set; }
public List<LanguageLabel> Destinations { get; set; }
public List<LanguageLabel> Destinations { get; set; }
public List<LanguageLabel> SourceGroupNames { get; set; }
public List<LanguageLabel> DestinationGroupNames { get; set; }
public List<LanguageLabel> RoomNames { get; set; }
}
}
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<packages>
<package id="PepperDashEssentials" version="1.6.5" targetFramework="net35" allowedVersions="[1.0,2.0)"/>
<package id="PepperDashEssentials" version="1.6.6" targetFramework="net35" allowedVersions="[1.0,2.0)"/>
</packages>

0 comments on commit c89fc14

Please sign in to comment.