-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[* DateTimeV2] Make TimeZoneParser configurable (#2832)
- Loading branch information
Showing
35 changed files
with
9,343 additions
and
28 deletions.
There are no files selected for viewing
1,490 changes: 1,490 additions & 0 deletions
1,490
.NET/Microsoft.Recognizers.Definitions.Common/Arabic/TimeZoneDefinitions.cs
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
.NET/Microsoft.Recognizers.Definitions.Common/Arabic/TimeZoneDefinitions.tt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<#@ template debug="true" hostspecific="true" language="C#" #> | ||
<# | ||
this.DataFilename = @"Patterns\Arabic\Arabic-TimeZone.yaml"; | ||
this.Language = "Arabic"; | ||
this.ClassName = "TimeZoneDefinitions"; | ||
#> | ||
<#@ include file="..\CommonDefinitions.ttinclude"#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.