summaryrefslogtreecommitdiffstats
path: root/util/locale_database/localexml.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/locale_database/localexml.py')
-rw-r--r--util/locale_database/localexml.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/locale_database/localexml.py b/util/locale_database/localexml.py
index c83f9cea21..72b1dc2acc 100644
--- a/util/locale_database/localexml.py
+++ b/util/locale_database/localexml.py
@@ -234,6 +234,11 @@ class Locale:
(fullName, fullName), # long
(firstThree, firstThree), # short
(number, initial)), # narrow
+ 'persian': (('Farvardin', 'Ordibehesht', 'Khordad', 'Tir', 'Mordad',
+ 'Shahrivar', 'Mehr', 'Aban', 'Azar', 'Dey', 'Bahman', 'Esfand'),
+ (fullName, fullName),
+ (firstThree, firstThree),
+ (number, initial)),
'hebrew': (('Tishri', 'Heshvan', 'Kislev', 'Tevet', 'Shevat', 'Adar I',
'Adar', 'Nisan', 'Iyar', 'Sivan', 'Tamuz', 'Av'),
(fullName, fullName),