Add files
This commit is contained in:
commit
bf8c9edee8
27 changed files with 3115 additions and 0 deletions
0
translationsmeta/__init__.py
Normal file
0
translationsmeta/__init__.py
Normal file
11
translationsmeta/template.py
Normal file
11
translationsmeta/template.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
import datetime
|
||||
|
||||
title = ""
|
||||
showtitle = False
|
||||
language = "fr"
|
||||
original =
|
||||
datewords = [{"date":datetime.datetime(YYYY,M,D),"words":}]
|
||||
status = "complete" # incomplete, abandoned
|
||||
summary = ""
|
||||
ao3slug =
|
||||
# comments = [] # see originalsmeta/template.py for format
|
Loading…
Add table
Add a link
Reference in a new issue