Skip to content

Commit ee16fd7

Browse files
committedSep 23, 2016
Missing commas
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 001f464 commit ee16fd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎nikola/nikola.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
sv='sv',
243243
tr='tr',
244244
uk='uk',
245-
zh_cn='zh-CN'
245+
zh_cn='zh-CN',
246246
zh_tw='zh-TW'
247247
),
248248
'MOMENTJS_LOCALES': defaultdict(
@@ -340,8 +340,8 @@
340340
'ru': 'ru',
341341
'sk': 'sk',
342342
'sv': 'sv',
343-
'zh_cn': 'zh_cn'
344-
'zh_cn': 'zh_tw'
343+
'zh_cn': 'zh_cn',
344+
'zh_tw': 'zh_tw'
345345
}
346346
}
347347

0 commit comments

Comments
 (0)
Failed to load comments.