mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-03 15:08:58 +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()
|
||||
languages = {
|
||||
"English": "en",
|
||||
"Spanish": "es",
|
||||
"French": "fr",
|
||||
"German": "de"
|
||||
"Español": "es",
|
||||
"Italiano": "it"
|
||||
# Here will be more
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.12",
|
||||
"version": "0.13",
|
||||
"links": [
|
||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/version.json",
|
||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/picodulce.py",
|
||||
@ -10,7 +10,9 @@
|
||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/authser.py"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user