Skip to content

Commit

Permalink
Android/Kivy:
Browse files Browse the repository at this point in the history
- metadata update
  • Loading branch information
lufebe16 committed Dec 7, 2024
1 parent d5d426f commit d18c857
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion buildozer/aversion
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else
fi

# current android version mumber.
version="3.1.1"
version="3.1.2"
sversion=$(echo $version | sed -E "s:(.*)\..*:\1:")
tuple=$(echo $version | sed -E "s:(.*)\.(.*)\.(.*):(\1, \2, \3):")

Expand Down
4 changes: 2 additions & 2 deletions buildozer/pubspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 102130101,
"versionName": "3.1.1",
"versionCode": 102130102,
"versionName": "3.1.2",
"outputFile": "pysolfc-release.apk"
}
],
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/102130102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

- added a tools menu entry to adjust font size.
- bug fixes.
Binary file modified locale/de/LC_MESSAGES/pysol.mo
Binary file not shown.
12 changes: 6 additions & 6 deletions po/de_pysol.po
Original file line number Diff line number Diff line change
Expand Up @@ -2549,7 +2549,7 @@ msgstr "Hinweise"

#: pysollib/kivy/menubar.py:202 pysollib/kivy/menubar.py:1663
msgid "Options"
msgstr "Optionen"
msgstr "Einstellungen"

#: pysollib/kivy/menubar.py:207 pysollib/kivy/menubar.py:321
#: pysollib/kivy/menubar.py:1671
Expand Down Expand Up @@ -3013,16 +3013,16 @@ msgid "Right"
msgstr "Rechts"

msgid "Other graphics"
msgstr ""
msgstr "Graphik Varianten"

msgid "Demo logo"
msgstr ""
msgstr "Demo Logo"

msgid "Pause text"
msgstr ""
msgstr "Pause Text"

msgid "Redeal icons"
msgstr ""
msgstr "Redeal Icons"

#: pysollib/kivy/menubar.py:1062
msgid "Startup splash screen"
Expand All @@ -3038,7 +3038,7 @@ msgstr "Inhalt"

#: pysollib/kivy/menubar.py:1094
msgid "How to use PySol"
msgstr ""
msgstr "Bedienung"

#: pysollib/kivy/menubar.py:1098 pysollib/kivy/toolbar.py:204
#: pysollib/tile/toolbar.py:189 pysollib/tk/toolbar.py:189
Expand Down

0 comments on commit d18c857

Please sign in to comment.