Skip to content

Commit

Permalink
Merge pull request #70 from tankste/feature/currency
Browse files Browse the repository at this point in the history
🌟 Add currency
  • Loading branch information
Fabi755 authored Apr 8, 2024
2 parents 38c9475 + ed70ca9 commit 3867b89
Show file tree
Hide file tree
Showing 34 changed files with 1,155 additions and 313 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ CHANGELOG

## Upcoming version ##

- 🌟 Add translations
- 🌟 Add currency ([#65](https://github.com/tankste/app/issues/65))
- 🌟 Add translations ([#18](https://github.com/tankste/app/issues/18))

## 2.0.1 (12.02.204) ##

Expand Down
14 changes: 14 additions & 0 deletions app/assets/translations/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ generic:
long: "{} Minuten"
send: Senden
system_default: Systemstandard
currency:
default: eur
eur:
label: Euro
chf:
label: Schweizer Franken
dkk:
label: Dänische Krone
pln:
label: Złoty
isk:
label: Isländische Krone

sponsor:
overview:
Expand Down Expand Up @@ -86,6 +98,8 @@ settings:
error: Es ist ein Fehler aufgetreten! Zum Wiederholen klicken.
navigation_map:
title: Navigation starten mit…
currency:
title: Heimatwährung
open_source:
title: Unterstütze uns
sponsor:
Expand Down
16 changes: 15 additions & 1 deletion app/assets/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ generic:
long: "{} Minutes"
send: Send
system_default: System default
currency:
default: eur
eur:
label: Euro
chf:
label: Swiss francs
dkk:
label: Danish krone
pln:
label: Złoty
isk:
label: Icelandic krona

sponsor:
overview:
Expand Down Expand Up @@ -72,6 +84,7 @@ sponsor:

settings:
title: Settings
item_error: Something went wrong! Click for retry.
app:
title: App
design:
Expand All @@ -83,9 +96,10 @@ settings:
map_libre: MapLibre
google_maps: Google Maps
apple_maps: Apple Maps
error: Something went wrong! Click for retry.
navigation_map:
title: Start navigations with…
currency:
title: Home currency
open_source:
title: Support us
sponsor:
Expand Down
14 changes: 14 additions & 0 deletions app/assets/translations/is.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ generic:
long: "{} Mínútur"
send: Senda
system_default: Kerfisbundið sjálfgefið
currency:
default: isk
eur:
label: Evra
chf:
label: Sveitsískir frankar
dkk:
label: Dönsk króna
pln:
label: Złoty
isk:
label: Íslensk króna

sponsor:
overview:
Expand Down Expand Up @@ -86,6 +98,8 @@ settings:
error: Eitthvað fór úrskeiðis! Smelltu til að reyna aftur.
navigation_map:
title: Byrja vegvísun með…
currency:
title: Heimavalúta
open_source:
title: Styðja okkur
sponsor:
Expand Down
85 changes: 85 additions & 0 deletions core/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,54 @@ packages:
url: "https://pub.dev"
source: hosted
version: "10.7.0"
geolocator:
dependency: transitive
description:
name: geolocator
sha256: "694ec58afe97787b5b72b8a0ab78c1a9244811c3c10e72c4362ef3c0ceb005cd"
url: "https://pub.dev"
source: hosted
version: "11.0.0"
geolocator_android:
dependency: transitive
description:
name: geolocator_android
sha256: f15d1536cd01b1399578f1da1eb5d566e7a718db6a3648f2c24d2e2f859f0692
url: "https://pub.dev"
source: hosted
version: "4.5.4"
geolocator_apple:
dependency: transitive
description:
name: geolocator_apple
sha256: bc2aca02423ad429cb0556121f56e60360a2b7d694c8570301d06ea0c00732fd
url: "https://pub.dev"
source: hosted
version: "2.3.7"
geolocator_platform_interface:
dependency: transitive
description:
name: geolocator_platform_interface
sha256: "009a21c4bc2761e58dccf07c24f219adaebe0ff707abdfd40b0a763d4003fab9"
url: "https://pub.dev"
source: hosted
version: "4.2.2"
geolocator_web:
dependency: transitive
description:
name: geolocator_web
sha256: "49d8f846ebeb5e2b6641fe477a7e97e5dd73f03cbfef3fd5c42177b7300fb0ed"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
geolocator_windows:
dependency: transitive
description:
name: geolocator_windows
sha256: "53da08937d07c24b0d9952eb57a3b474e29aae2abf9dd717f7e1230995f13f0e"
url: "https://pub.dev"
source: hosted
version: "0.2.3"
google_maps:
dependency: transitive
description:
Expand Down Expand Up @@ -309,6 +357,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.3.13+1"
in_app_review:
dependency: transitive
description:
name: in_app_review
sha256: "99869244d09adc76af16bf8fd731dd13cef58ecafd5917847589c49f378cbb30"
url: "https://pub.dev"
source: hosted
version: "2.0.9"
in_app_review_platform_interface:
dependency: transitive
description:
name: in_app_review_platform_interface
sha256: fed2c755f2125caa9ae10495a3c163aa7fab5af3585a9c62ef4a6920c5b45f10
url: "https://pub.dev"
source: hosted
version: "2.0.5"
intl:
dependency: "direct overridden"
description:
Expand Down Expand Up @@ -463,6 +527,13 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.1.0"
navigation:
dependency: transitive
description:
path: "../navigation"
relative: true
source: path
version: "0.0.0"
nested:
dependency: transitive
description:
Expand Down Expand Up @@ -559,6 +630,13 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.1.2"
report:
dependency: transitive
description:
path: "../report"
relative: true
source: path
version: "0.0.0"
rxdart:
dependency: transitive
description:
Expand Down Expand Up @@ -674,6 +752,13 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.11.1"
station:
dependency: transitive
description:
path: "../station"
relative: true
source: path
version: "0.0.0"
stream_channel:
dependency: transitive
description:
Expand Down
85 changes: 85 additions & 0 deletions map/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,54 @@ packages:
url: "https://pub.dev"
source: hosted
version: "10.7.0"
geolocator:
dependency: transitive
description:
name: geolocator
sha256: "694ec58afe97787b5b72b8a0ab78c1a9244811c3c10e72c4362ef3c0ceb005cd"
url: "https://pub.dev"
source: hosted
version: "11.0.0"
geolocator_android:
dependency: transitive
description:
name: geolocator_android
sha256: f15d1536cd01b1399578f1da1eb5d566e7a718db6a3648f2c24d2e2f859f0692
url: "https://pub.dev"
source: hosted
version: "4.5.4"
geolocator_apple:
dependency: transitive
description:
name: geolocator_apple
sha256: bc2aca02423ad429cb0556121f56e60360a2b7d694c8570301d06ea0c00732fd
url: "https://pub.dev"
source: hosted
version: "2.3.7"
geolocator_platform_interface:
dependency: transitive
description:
name: geolocator_platform_interface
sha256: "009a21c4bc2761e58dccf07c24f219adaebe0ff707abdfd40b0a763d4003fab9"
url: "https://pub.dev"
source: hosted
version: "4.2.2"
geolocator_web:
dependency: transitive
description:
name: geolocator_web
sha256: "49d8f846ebeb5e2b6641fe477a7e97e5dd73f03cbfef3fd5c42177b7300fb0ed"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
geolocator_windows:
dependency: transitive
description:
name: geolocator_windows
sha256: "53da08937d07c24b0d9952eb57a3b474e29aae2abf9dd717f7e1230995f13f0e"
url: "https://pub.dev"
source: hosted
version: "0.2.3"
google_maps:
dependency: transitive
description:
Expand Down Expand Up @@ -316,6 +364,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.3.13+1"
in_app_review:
dependency: transitive
description:
name: in_app_review
sha256: "99869244d09adc76af16bf8fd731dd13cef58ecafd5917847589c49f378cbb30"
url: "https://pub.dev"
source: hosted
version: "2.0.9"
in_app_review_platform_interface:
dependency: transitive
description:
name: in_app_review_platform_interface
sha256: fed2c755f2125caa9ae10495a3c163aa7fab5af3585a9c62ef4a6920c5b45f10
url: "https://pub.dev"
source: hosted
version: "2.0.5"
intl:
dependency: "direct overridden"
description:
Expand Down Expand Up @@ -463,6 +527,13 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.1.0"
navigation:
dependency: transitive
description:
path: "../navigation"
relative: true
source: path
version: "0.0.0"
nested:
dependency: transitive
description:
Expand Down Expand Up @@ -559,6 +630,13 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.1.2"
report:
dependency: transitive
description:
path: "../report"
relative: true
source: path
version: "0.0.0"
rxdart:
dependency: "direct main"
description:
Expand Down Expand Up @@ -674,6 +752,13 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.11.1"
station:
dependency: transitive
description:
path: "../station"
relative: true
source: path
version: "0.0.0"
stream_channel:
dependency: transitive
description:
Expand Down
30 changes: 30 additions & 0 deletions navigation/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.3.13+1"
in_app_review:
dependency: transitive
description:
name: in_app_review
sha256: "99869244d09adc76af16bf8fd731dd13cef58ecafd5917847589c49f378cbb30"
url: "https://pub.dev"
source: hosted
version: "2.0.9"
in_app_review_platform_interface:
dependency: transitive
description:
name: in_app_review_platform_interface
sha256: fed2c755f2125caa9ae10495a3c163aa7fab5af3585a9c62ef4a6920c5b45f10
url: "https://pub.dev"
source: hosted
version: "2.0.5"
intl:
dependency: "direct overridden"
description:
Expand Down Expand Up @@ -614,6 +630,13 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.1.2"
report:
dependency: transitive
description:
path: "../report"
relative: true
source: path
version: "0.0.0"
rxdart:
dependency: transitive
description:
Expand Down Expand Up @@ -729,6 +752,13 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.11.1"
station:
dependency: transitive
description:
path: "../station"
relative: true
source: path
version: "0.0.0"
stream_channel:
dependency: transitive
description:
Expand Down
Loading

0 comments on commit 3867b89

Please sign in to comment.