moment 2.19.3 changelog
Bugfixes
Misc
- #4289 [misc] Fix spelling and formatting for U.S. for es-us
1.3.1 |
# coding: utf-8 | |
import sys | |
if len(sys.argv) < 3: | |
print("Must specify before and after tags. Example: 'python moment-gist.py 2.19.2 2.19.3'") | |
sys.exit(1) | |
BEFORE = sys.argv[1] | |
AFTER = sys.argv[2] | |
import re |
ordinal
for Turkish
locale as they use `cardin…