Skip to content

Commit 6bb3759

Browse files
authored
Merge pull request #297 from OpenHub-Store/feat-issue-detail
2 parents c20b976 + 8cb0408 commit 6bb3759

27 files changed

Lines changed: 207 additions & 6162 deletions

File tree

cached-data/trending/android.json

Lines changed: 0 additions & 1496 deletions
This file was deleted.

cached-data/trending/linux.json

Lines changed: 0 additions & 1601 deletions
This file was deleted.

cached-data/trending/macos.json

Lines changed: 0 additions & 1484 deletions
This file was deleted.

cached-data/trending/windows.json

Lines changed: 0 additions & 1505 deletions
This file was deleted.

composeApp/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ plugins {
66
alias(libs.plugins.compose.hot.reload)
77
}
88

9+
android {
10+
dependenciesInfo {
11+
includeInApk = false
12+
includeInBundle = false
13+
}
14+
}
15+
916
kotlin {
1017
sourceSets {
1118
androidMain.dependencies {
-62 Bytes
Binary file not shown.
-59 Bytes
Binary file not shown.

core/presentation/src/commonMain/composeResources/values-bn/strings-bn.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
<string name="retry">পুনরায় চেষ্টা করুন</string>
151151
<string name="no_description">কোনো বিবরণ দেওয়া হয়নি।</string>
152152
<string name="no_release_notes">কোনো রিলিজ নোট নেই।</string>
153+
<string name="report_issue">সমস্যা রিপোর্ট করুন</string>
153154

154155
<!-- Headers -->
155156
<string name="about_this_app">এই অ্যাপ বৃত্তান্ত</string>

core/presentation/src/commonMain/composeResources/values-es/strings-es.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
<!-- Errors & states -->
310310
<string name="no_description">Sin descripción proporcionada.</string>
311311
<string name="no_release_notes">Sin notas de versión.</string>
312+
<string name="report_issue">Reportar problema</string>
312313

313314
<!-- Install status -->
314315
<string name="not_available">No disponible</string>

core/presentation/src/commonMain/composeResources/values-fr/strings-fr.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
<string name="no_repos_with_releases">Aucun dépôt avec des versions installables</string>
264264
<string name="no_installed_repos">Aucun dépôt installé</string>
265265
<string name="no_favorite_repos">Aucun dépôt favori</string>
266+
<string name="report_issue">Signaler un problème</string>
266267

267268
<!-- Developer Profile - Repository Item -->
268269
<string name="updated_x_ago">Mis à jour %1$s</string>

0 commit comments

Comments
 (0)