Skip to content

Commit 27ec640

Browse files
committed
New release with French translation by @YXME
1 parent d9a240f commit 27ec640

11 files changed

Lines changed: 14 additions & 15 deletions

File tree

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
- Russian 🇷🇺
77
- English 🇬🇧
88
- German 🇩🇪
9-
- Persian 🇮🇷 (beta)
109
- Spanish 🇪🇸
10+
- French 🇫🇷
11+
- Persian 🇮🇷 (beta)
1112

1213
## Support 📱
1314
- Local time and task analytics 📊
@@ -64,7 +65,7 @@
6465
<img src="https://i.imgur.com/OzVrH0D.png" width="100%"></img>
6566
</p>
6667

67-
## Standart Feature structure 📁
68+
## Standard Feature structure 📁
6869
<p>
6970
<img src="https://i.imgur.com/zXWMQI4.png" width="100%"></img>
7071
</p>

app/debug/app-debug.apk

3.68 KB
Binary file not shown.

app/debug/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 14,
15-
"versionName": "0.6.2",
14+
"versionCode": 15,
15+
"versionName": "0.6.3",
1616
"outputFile": "app-debug.apk"
1717
}
1818
],

app/release/app-release.apk

3.29 KB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 14,
15-
"versionName": "0.6.2",
14+
"versionCode": 15,
15+
"versionName": "0.6.3",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
<activity
3636
android:name=".presentation.ui.main.MainActivity"
3737
android:exported="true"
38-
android:launchMode="singleTop"
39-
android:theme="@style/Theme.TimePlanner">
38+
android:launchMode="singleTop">
4039

4140
<intent-filter>
4241
<action android:name="android.intent.action.MAIN" />

app/src/main/res/values/themes.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
1+
<?xml version="1.0" encoding="utf-8"?><!--
32
~ Copyright 2023 Stanislav Aleshin
43
~
54
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,5 +14,5 @@
1514
~ limitations under the License.
1615
-->
1716
<resources>
18-
<style name="Theme.TimePlanner" parent="Theme.Material3.Light.NoActionBar"/>
17+
<style name="Theme.TimePlanner" parent="Theme.Material3.Light.NoActionBar" />
1918
</resources>

buildSrc/src/main/kotlin/Config.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ object Config {
2424
const val targetSdkVersion = 33
2525
const val minSdkVersion = 24
2626

27-
const val versionCode = 14
28-
const val versionName = "0.6.2"
27+
const val versionCode = 15
28+
const val versionName = "0.6.3"
2929

3030
const val testInstrumentRunner = "androidx.test.runner.AndroidJUnitRunner"
3131
const val consumerProguardFiles = "consumer-rules.pro"

features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/theme/tokens/EditorStrings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ internal val frenchHomeString = EditorStrings(
356356
saveTemplateWarningConfirm = "Oui",
357357
saveTemplateWarningUnsave = "Non",
358358
categoriesManageWarningTitle = "Êtes-vous sur(e) de vouloir retourner à la gestion des catégories? " +
359-
"Les paramètres actuels ne seront pas sauvegardés.",
359+
"Les paramètres actuels ne seront pas sauvegardés.",
360360
confirmNavigateTitle = "Aller",
361361
importantParameterTitle = "Priorité spéciale",
362362
importantParameterDesc = "Exécution prioriaire sans la possibilité de la décaler",

0 commit comments

Comments
 (0)