Compare commits

...

8 Commits

Author SHA1 Message Date
Nix
afd2690392
Merge branch 'main' into translations-v2
Some checks failed
Version Change Action / version-release (push) Has been cancelled
2025-03-01 05:05:45 -03:00
Nix
d33d685373
Update picodulce.py 2025-03-01 04:58:31 -03:00
Nix
6dff77c7e4
Update version.json 2025-03-01 04:55:26 -03:00
Nix
5d55c33a22
Added more locales 2025-03-01 04:54:37 -03:00
github-actions[bot]
ec99488326 Update version.json with commit count
Some checks failed
Bleeding Update version / update-version (push) Has been cancelled
Version Change Action / version-release (push) Has been cancelled
2025-02-23 04:26:44 +00:00
Nix
61cd427beb
Delete locales directory 2025-02-23 01:26:35 -03:00
github-actions[bot]
cb2f5b52b3 Update version.json with commit count 2025-02-23 04:26:29 +00:00
Nix
ba40354a5d
Create bogosbinted.json 2025-02-23 01:26:19 -03:00
5 changed files with 6 additions and 5 deletions

Binary file not shown.

BIN
locales/picodulce_it.qm Normal file

Binary file not shown.

BIN
locales/picodulce_pt.qm Normal file

Binary file not shown.

View File

@ -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
}

View File

@ -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"
}