Translate license

Fix #232
This commit is contained in:
Alexandre Vicenzi 2021-02-04 22:33:17 +01:00
parent 23ac7c30a4
commit 6b6dab83d4
2 changed files with 9 additions and 2 deletions

View file

@ -55,10 +55,11 @@ MENUITEMS = (
)
CC_LICENSE = {
"name": "Creative Commons Attribution-ShareAlike",
"name": "Creative Commons Attribution-ShareAlike 4.0 International License",
"version": "4.0",
"slug": "by-sa",
"icon": True,
"language": "en_US",
}
COPYRIGHT_YEAR = datetime.now().year