Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / tools / locale-builder / Constants.cs
index b6cbd23fc44c95cd0c7e663adfc859f9ebb80b01..2483b89aea8a4d210339cc643979b48784494489 100644 (file)
@@ -41,8 +41,9 @@ namespace Mono.Tools.LocaleBuilder
                public const int NUM_CALENDARS = 4;
 
                public const int NUM_SHORT_DATE_PATTERNS = 14;
-               public const int NUM_LONG_DATE_PATTERNS = 8;
+               public const int NUM_LONG_DATE_PATTERNS = 10;
                public const int NUM_SHORT_TIME_PATTERNS = 12;
                public const int NUM_LONG_TIME_PATTERNS = 9;
+               public const int NUM_YEAR_MONTH_PATTERNS = 8;
        }
 }