Skip to content

Commit

Permalink
Fixed Second in french
Browse files Browse the repository at this point in the history
Updated changelog
  • Loading branch information
brodeurlv committed Sep 9, 2021
1 parent 8fa505b commit d79344c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

### 0.20.3: September 09, 2021
- Bug: Fixed bug introduced on 0.20.2 on muscles list (#220, Thank you @MatthewRFennell).
Muscles created on 0.20.2 exclusively might need to be manually corrected by user.


### 0.20.2: August 20, 2021
- Enhancement: Added countdown in program view
- Enhancement: Added program update request(#141)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.easyfitness"
minSdkVersion 21
targetSdkVersion 30
versionCode 59
versionName "0.20.2"
versionCode 60
versionName "0.20.3"
vectorDrawables.useSupportLibrary true
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<string name="FFMI_dialog_title">Indice de masse sans graisse (FFMI)</string>
<string name="no_fat_available">graisse [%] non disponible</string>
<string name="indexLabel">Index</string>
<string name="SecondsLabel_short">s</string>
<string name="SecondsLabel_short">Sec.</string>
<string name="exercise_type">Type d\'exercice :</string>
<string name="staticExercise">Isometrique</string>
<string name="what_type_of_exercise">Type d\'exercice \?</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<string name="what_type_of_exercise">Tipo di esercizio\?</string>
<string name="exercise_type">Tipo di esercizio:</string>
<string name="staticExercise">Isometrico</string>
<string name="SecondsLabel_short">s</string>
<string name="SecondsLabel_short">Sec.</string>
<string name="imported_successfully">importato</string>
<string name="import_failed">impossibile importare i file</string>
<string name="import_new_exercise_first">(Assicurati che tutti i nuovi esercizi siano importati prima)</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<string name="what_type_of_exercise">Welke oefening?</string>
<string name="exercise_type">Oefening soort:</string>
<string name="staticExercise">Isometric</string>
<string name="SecondsLabel_short">Secs</string>
<string name="SecondsLabel_short">Sec.</string>
<string name="imported_successfully"> importeren succesvol</string>
<string name="import_failed"> importeren mislukt</string>
<string name="import_new_exercise_first">(Importeer eerst nieuwe oefeningen)</string>
Expand Down
14 changes: 3 additions & 11 deletions app/src/main/res/values/about.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_version" translatable="false">0.20.2</string>
<string name="app_version" translatable="false">0.20.3</string>
<string name="database_version_label" translatable="false">Database version: </string>
<string name="author_label">Author: </string>
<string name="copyright" translatable="false">Copyright(c) 2021 - Charles Combes - All rights reserved.</string>
Expand All @@ -13,16 +13,8 @@
<string name="email_url" translatable="false">[email protected]</string>
<string name="revision_history_label" translatable="false">Revision History: </string>
<string name="revision_history" translatable="false">\n
v0.20.2: August 20, 2021 \n
\t- Enhancement: Added countdown in program view \n
\t- Enhancement: Added program update request(#141) \n
\t- Enhancement: Added Glutes to muscles (#212, Thank you @MatthewRFennell) \n
\t- Enhancement: Added "Not done" exercise in program history \n
\t- Enhancement: Added success and failed buttons in program record editor\n
\t- Enhancement: Added confirmation on program closing\n
\t- Enhancement: Updated Italian, German and French translation \n
\t- Enhancement: Finalized migration to API30 \n
\t- Bug: Fixed CSV export \n
v0.20.3: September 09, 2021 \n
\t- Bug: Fixed bug introduced on 0.20.2 on muscles list (#220, Thank you @MatthewRFennell). Muscles created on 0.20.2 exclusively might need to be manually corrected by user. \n
</string>
<string name="thanks_label" translatable="false">Libraries used in this app: </string>
<string name="MPAndroidChart_content" translatable="false">MPAndroidChart (Apache 2.0)</string>
Expand Down

0 comments on commit d79344c

Please sign in to comment.