-
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
6 changed files
with
46 additions
and
6 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.14.0" | ||
__versiondatetime__= datetime(2024, 3, 21, 7, 0) | ||
__version__="0.15.0" | ||
__versiondatetime__= datetime(2024, 3, 24, 9, 25) | ||
__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-12-13 19:04+0100\n" | ||
"POT-Creation-Date: 2024-03-24 09:37+0100\n" | ||
"PO-Revision-Date: 2020-04-03 08:54+0200\n" | ||
"Last-Translator: trabajo <[email protected]>\n" | ||
"Language-Team: Spanish <[email protected]>\n" | ||
|
@@ -40,6 +40,9 @@ msgstr "" | |
msgid "I can't add a column with different size of lol" | ||
msgstr "No puedo añadir una columna con un tamaño diferente al lol" | ||
|
||
msgid "I can't add a row with different size of the first row of the lol" | ||
msgstr "" | ||
|
||
msgid "I can't remove positions from a None list" | ||
msgstr "No puedo borrar posiciones de una lista que es None" | ||
|
||
|
@@ -57,4 +60,3 @@ msgstr "Sin datos que mostrar" | |
|
||
msgid "This table continues in the next page" | ||
msgstr "Esta tabla continúa en la siguiente página" | ||
|
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: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-21 07:05+0100\n" | ||
"POT-Creation-Date: 2024-03-24 09:37+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" | ||
|
@@ -38,6 +38,9 @@ msgstr "" | |
msgid "I can't add a column with different size of lol" | ||
msgstr "" | ||
|
||
msgid "I can't add a row with different size of the first row of the lol" | ||
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.14.0" | ||
version = "0.15.0" | ||
description = "Module to use dictionaries in various situations" | ||
authors = ["turulomio <[email protected]>"] | ||
license = "GPL-3.0" | ||
|