S allius/issue456 (#462)
* - remove unused 32-bit architectures from the prebuild multiarch containers * update po file
This commit is contained in:
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
- remove unused 32-bit architectures
|
||||||
- Babel don't build new po file if only the pot creation-date was changed
|
- Babel don't build new po file if only the pot creation-date was changed
|
||||||
- Improve Makefile
|
- Improve Makefile
|
||||||
- Update dependency pytest-asyncio to v1
|
- Update dependency pytest-asyncio to v1
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ target "_common" {
|
|||||||
]
|
]
|
||||||
|
|
||||||
no-cache = false
|
no-cache = false
|
||||||
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7"]
|
platforms = ["linux/amd64", "linux/arm64"]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "_debug" {
|
target "_debug" {
|
||||||
|
|||||||
@@ -120,6 +120,7 @@ msgid "TSUN Proxy - Log Files"
|
|||||||
msgstr "TSUN Proxy - Log Dateien"
|
msgstr "TSUN Proxy - Log Dateien"
|
||||||
|
|
||||||
#: src/web/templates/page_logging.html.j2:10
|
#: src/web/templates/page_logging.html.j2:10
|
||||||
|
#, python-format
|
||||||
msgid "Do you really want to delete the log file: <br>%(file)s ?"
|
msgid "Do you really want to delete the log file: <br>%(file)s ?"
|
||||||
msgstr "Soll die Datei: <br>%(file)s<br>wirklich gelöscht werden?"
|
msgstr "Soll die Datei: <br>%(file)s<br>wirklich gelöscht werden?"
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ target "_common" {
|
|||||||
]
|
]
|
||||||
|
|
||||||
no-cache = false
|
no-cache = false
|
||||||
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7"]
|
platforms = ["linux/amd64", "linux/arm64"]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "_debug" {
|
target "_debug" {
|
||||||
|
|||||||
Reference in New Issue
Block a user