Commit Graph

7 Commits (bcda2c6e228cff77d857e7a81aedae7dd6e7a90c)

Author SHA1 Message Date
Alex 6053214e75
chore(mobile): update isar build (#13987) 2024-11-07 09:54:19 +07:00
Alex ee461e5910
chore(mobile): remove unused translation keys (#13335) 2024-10-10 16:53:33 +07:00
Tom Vincent 4735db8e79
chore(mobile): add isar lock file (#12705) 2024-09-15 19:20:09 +07:00
martin ddae707ea9
fix: shell scripts (#7186)
* fix: bash scripts

* pr feedback

* wrong variable

* ci: add shellcheck workflow

* fix: missing scripts
2024-02-18 17:03:01 +07:00
manuke42 e05153d7bb
add fdroid isar build script (#2100)
Co-authored-by: Manuel K <manuel@kerk-net.de>
2023-03-30 10:31:44 +07:00
Eidenz 20b94ef0bb
feat(mobile) added french translations (#343) 2022-07-13 11:35:02 +07:00
Matthias Rupp 2b5cef156c
Internationalization (German) of the mobile app. (#246)
* Add i18n framework to mobile app and write simple translation generator

* Replace all texts in login_form with i18n keys

* Localization of sharing section

* Localization of asset viewer section

* Use JSON as base translation format

* Add check for missing/unused translation keys

* Add localizely

* Remove i18n directory in favour of localizely

* Backup Translation

* More translations

* Translate home page

* Translation of search page

* Translate new server version announcement

* Reformat code

* Fix typo in german translation

* Update englisch translations

* Change translation keys to match dart filenames

* Add /api to translated endpoint_urls

* Update localizely.yml

* Add languages to ios plist

* Remove unused keys

* Added script to check outdated key in other translations

* Add download key to localizely.yml

Co-authored-by: Alex <alex.tran1502@gmail.com>
2022-07-07 13:40:54 +07:00