mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-04 07:28:56 +01:00
Compare commits
8 Commits
9cbcd6683b
...
afd2690392
Author | SHA1 | Date | |
---|---|---|---|
![]() |
afd2690392 | ||
![]() |
d33d685373 | ||
![]() |
6dff77c7e4 | ||
![]() |
5d55c33a22 | ||
![]() |
ec99488326 | ||
![]() |
61cd427beb | ||
![]() |
cb2f5b52b3 | ||
![]() |
ba40354a5d |
Binary file not shown.
BIN
locales/picodulce_it.qm
Normal file
BIN
locales/picodulce_it.qm
Normal file
Binary file not shown.
BIN
locales/picodulce_pt.qm
Normal file
BIN
locales/picodulce_pt.qm
Normal file
Binary file not shown.
@ -373,9 +373,8 @@ class PicomcVersionSelector(QWidget):
|
|||||||
language_dropdown = QComboBox()
|
language_dropdown = QComboBox()
|
||||||
languages = {
|
languages = {
|
||||||
"English": "en",
|
"English": "en",
|
||||||
"Spanish": "es",
|
"Español": "es",
|
||||||
"French": "fr",
|
"Italiano": "it"
|
||||||
"German": "de"
|
|
||||||
# Here will be more
|
# Here will be more
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.12",
|
"version": "0.13",
|
||||||
"links": [
|
"links": [
|
||||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/version.json",
|
"https://raw.githubusercontent.com/nixietab/picodulce/main/version.json",
|
||||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/picodulce.py",
|
"https://raw.githubusercontent.com/nixietab/picodulce/main/picodulce.py",
|
||||||
@ -10,7 +10,9 @@
|
|||||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/authser.py"
|
"https://raw.githubusercontent.com/nixietab/picodulce/main/authser.py"
|
||||||
],
|
],
|
||||||
"locales": [
|
"locales": [
|
||||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/locales/picodulce_es.qm"
|
"https://raw.githubusercontent.com/nixietab/picodulce/main/locales/picodulce_es.qm",
|
||||||
|
"https://raw.githubusercontent.com/nixietab/picodulce/main/locales/picodulce_it.qm",
|
||||||
|
"https://raw.githubusercontent.com/nixietab/picodulce/main/locales/picodulce_pt.qm"
|
||||||
],
|
],
|
||||||
"versionBleeding": "0.12-174"
|
"versionBleeding": "0.12-174"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user