Skip to content

Commit 84c8522

Browse files
committed
Merge branch 'master' into feature/exercise-crowdsourcing
# Conflicts: # pubspec.lock # pubspec.yaml
2 parents e045a75 + ef9a76f commit 84c8522

File tree

4 files changed

+84
-123
lines changed

4 files changed

+84
-123
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ If you want to contribute, hop on the Discord server and say hi!
2626
## Development
2727

2828
### 1
29-
Install the wger server, the easiest way is to start the development docker-compose:
30-
<https://github.com/wger-project/wger>
29+
Install the [wger server](https://github.com/wger-project/wger), the easiest way
30+
is to start the development docker-compose: <https://github.com/wger-project/docker>
3131

3232
Alternatively, you can use one of our test servers, just ask us for access.
3333

@@ -52,9 +52,6 @@ on your local instance and then run ``python3 manage.py add-user-rest the userna
5252

5353
You can later list all the registered users with: ``python3 manage.py list-users-api``
5454

55-
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
56-
alt="Get it on F-Droid"
57-
height="80">](https://f-droid.org/packages/de.wger.flutter)
5855

5956
### 4
6057
Start the application with ``flutter run`` or use your IDE

lib/l10n/app_hr.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@logHelpEntriesUnits": {},
9696
"description": "Opis",
9797
"@description": {},
98-
"name": "Naziv",
98+
"name": "Ime",
9999
"@name": {
100100
"description": "Name for a workout or nutritional plan"
101101
},
@@ -381,7 +381,7 @@
381381
"@noWeightEntries": {
382382
"description": "Message shown when the user has no logged weight entries"
383383
},
384-
"loadingText": "Učitavanje...",
384+
"loadingText": "Učitavanje",
385385
"@loadingText": {
386386
"description": "Text to show when entries are being loaded in the background: Loading..."
387387
},

0 commit comments

Comments
 (0)