Skip to content

Commit

Permalink
Last version for this year, I think.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcpantoja committed Oct 22, 2023
1 parent 76c22cb commit 04d0c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/n2w/tools/datetime2words.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def convert_date(date, format, language="en"):
elif language == "uk":
return f"{day} {months[mont-1][1]} {year} рік"
elif format == 2:
if not language = "uc":
if not language == "uc":
return f"{months[mont-1][1]} {day}, {year}"
else:
return f"{months[mont-1][1]} {day}, {year} рік"
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _(arg):
# Add-on update channel (default is None, denoting stable releases,
# and for development releases, use "dev".)
# Do not change unless you know what you are doing!
"addon_updateChannel": "dev",
"addon_updateChannel": None,
# Add-on license such as GPL 2
"addon_license": "GPL 2",
# URL for the license document the ad-on is licensed under
Expand Down

0 comments on commit 04d0c86

Please sign in to comment.