Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from leonlatsch:develop #52

Merged
merged 4 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Also available at **[IzzyOnDroid (F-Droid)](https://apt.izzysoft.de/fdroid/index
![Chinese (China)](https://img.shields.io/badge/Chinese%20(China)-86%25-yellow)
![Dutch](https://img.shields.io/badge/Dutch-86%25-yellow)
![French](https://img.shields.io/badge/French-85%25-yellow)
![German](https://img.shields.io/badge/German-99%25-brightgreen)
![German](https://img.shields.io/badge/German-100%25-brightgreen)
![Portuguese (Brazil)](https://img.shields.io/badge/Portuguese%20(Brazil)-83%25-yellow)
![Russian](https://img.shields.io/badge/Russian-86%25-yellow)
![Spanish](https://img.shields.io/badge/Spanish-83%25-yellow)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- IMPORT -->
<string name="import_importing">استيراد ملف (ملفات) </string>
<string name="import_permission_rationale">يحتاج Photok للوصول إلى التخزين الخاص بك ، لاستيراد الملفات. </string>
<string name="import_sharted_question">هل تريد استيراد٪ 1 $ d ملف (ملفات)؟ </string>
<string name="import_sharted_question">هل تريد استيراد %1$d ملف (ملفات)؟ </string>

<!-- SETUP -->
<string name="setup_create_your_password">إنشاء كلمة مرورك </string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<string name="gallery_albums_placeholder">Erstelle dein erstes Album</string>
<string name="gallery_albums_create_title">Create Album</string>
<string name="gallery_albums_create_placeholder">Hausaufgaben ;)</string>
<string name="gallery_albums_select_title">Select an Album</string> <!-- TODO -->
<string name="gallery_albums_select_title">Wähle ein Album</string>

<!-- IMPORT MENU -->
<string name="import_menu_title">Importieren</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.3.2")
classpath("com.android.tools.build:gradle:8.4.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.51.1")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip