-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from datetime import datetime | ||
__version__="0.7.0" | ||
__versiondatetime__= datetime(2023, 11, 4, 10, 0) | ||
__version__="0.8.0" | ||
__versiondatetime__= datetime(2023, 11, 26, 17, 53) | ||
__versiondate__=__versiondatetime__.date() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: TooManyFiles\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-04-19 19:15+0200\n" | ||
"POT-Creation-Date: 2023-11-26 17:54+0100\n" | ||
"PO-Revision-Date: 2020-04-03 08:54+0200\n" | ||
"Last-Translator: trabajo <[email protected]>\n" | ||
"Language-Team: Spanish <[email protected]>\n" | ||
|
@@ -19,8 +19,20 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Lokalize 19.12.3\n" | ||
|
||
msgid "You pressed 'Ctrl+C', exiting..." | ||
msgstr "Has pulsado 'Ctrl+C', saliendo..." | ||
msgid "Datetime parameter should be aware" | ||
msgstr "" | ||
|
||
msgid "Datetime parameter should be naive" | ||
msgstr "" | ||
|
||
msgid "I can't convert this format '{}'. I only support this {}" | ||
msgstr "" | ||
|
||
msgid "I can't remove positions from a None list" | ||
msgstr "" | ||
|
||
#~ msgid "You pressed 'Ctrl+C', exiting..." | ||
#~ msgstr "Has pulsado 'Ctrl+C', saliendo..." | ||
|
||
#~ msgid "Developed by Mariano Muñoz 2022-{}" | ||
#~ msgstr "Desarrollado por Mariano Muñoz 2022-{}" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,23 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-04-19 19:15+0200\n" | ||
"POT-Creation-Date: 2023-11-26 17:54+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
msgid "You pressed 'Ctrl+C', exiting..." | ||
msgid "Datetime parameter should be aware" | ||
msgstr "" | ||
|
||
msgid "Datetime parameter should be naive" | ||
msgstr "" | ||
|
||
msgid "I can't convert this format '{}'. I only support this {}" | ||
msgstr "" | ||
|
||
msgid "I can't remove positions from a None list" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pydicts" | ||
version = "0.7.0" | ||
version = "0.8.0" | ||
description = "Module to use dictionaries in various situations" | ||
authors = ["turulomio <[email protected]>"] | ||
license = "GPL-3.0" | ||
|