Skip to content

Commit 4d39e47

Browse files
authored
Merge pull request #271 from flow-mn:develop
Develop
2 parents ce78b6a + 7244ddf commit 4d39e47

13 files changed

Lines changed: 414 additions & 393 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: flow-mn
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
6-
ko_fi: sadespresso
76
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
87
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
98
liberapay: # Replace with a single Liberapay username
109
issuehunt: # Replace with a single IssueHunt username
1110
otechie: # Replace with a single Otechie username
1211
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
1312
polar: # Replace with a single Polar username
14-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
13+
custom: https://buymeacoffee.com/sadespresso

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Beta 0.10.2
4+
5+
### Improvements
6+
7+
* Date, time translations now support Turkish, fixes [#259](https://github.com/flow-mn/flow/issues/259)
8+
39
## Beta 0.10.1
410

511
### New features

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ everyone. Here are few:
77
* [Proposing a feature](https://github.com/flow-mn/flow/issues/new?assignees=&labels=&projects=&template=feature_request.yaml&title=%5BFEAT%5D+)
88
* Submitting [fixes, feature implementations](#developing)
99
* [Translating Flow](#translating) to your own language
10-
* [Tipping the maintainer](https://ko-fi.com/sadespresso). Flow is a
10+
* [Tipping the maintainer](https://buymeacoffee.com/sadespresso). Flow is a
1111
free and open-source software, and will stay this way. Please understand
1212
that by giving tip, you will NOT unlock any new or additional features.
1313
As of now, publishing fees have been paid by the maintainer.

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# ![Flow logo](logo@32.png) Flow
22

3+
[![Buy me a coffee](https://img.shields.io/badge/buy_me_a_coffee-sadespresso-f5ccff?logo=buy-me-a-coffee&logoColor=white&style=for-the-badge)](https://buymeacoffee.com/sadespresso)
4+
[![Website](https://img.shields.io/badge/Website-flow.gege.mn-f5ccff?style=for-the-badge)](https://flow.gege.mn) 
35
[![Flow's GitHub repo](https://img.shields.io/badge/GitHub-flow--mn/flow-f5ccff?logo=github&logoColor=white&style=for-the-badge)](https://github.com/flow-mn/flow) 
46
[![Join Flow Discord server](https://img.shields.io/badge/Discord-Flow-f5ccff?logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/Ndh9VDeZa4)
5-
[![Support on Ko-fi](https://img.shields.io/badge/kofi-sadespresso-f5ccff?logo=ko-fi&logoColor=white&style=for-the-badge&label=Ko-fi)](https://ko-fi.com/sadespresso)
67

78
## Download Flow (beta)
89

9-
[![Google Play Store](https://img.shields.io/badge/Google_Play-open_testing-f5ccff?logo=google-play&logoColor=white&style=for-the-badge)](https://play.google.com/store/apps/details?id=mn.flow.flow)
10-
[![Join TestFlight group](https://img.shields.io/badge/TestFlight-beta_testing-f5ccff?logo=appstore&logoColor=white&style=for-the-badge)](https://testflight.apple.com/join/NH4ifijS)
10+
[![Google Play Store](https://img.shields.io/badge/Google_Play_Store-beta-f5ccff?logo=google-play&logoColor=white&style=for-the-badge)](https://play.google.com/store/apps/details?id=mn.flow.flow)
11+
[![App Store](https://img.shields.io/badge/App_Store-beta-f5ccff?logo=appstore&logoColor=white&style=for-the-badge)](https://apps.apple.com/mn/app/flow-expense-tracker/id6477741670)
1112
[![See Codemagic builds](https://img.shields.io/badge/CodeMagic-see_builds-f5ccff?logo=codemagic&logoColor=white&style=for-the-badge)](https://codemagic.io/apps/65950ed30591c25df05b5613/65950ed30591c25df05b5612/latest_build)
1213

1314
> Backuping up before updating is highly recommended!
@@ -29,11 +30,6 @@ Beta available on Android, iOS, and more[^1]
2930

3031
## Try Flow
3132

32-
Flow will be available in App Store soon. In the meantime,
33-
please download Flow from TestFlight. Android users should
34-
have no major issues downloading Flow, but it will be available
35-
on the Google Play's production track.
36-
3733
Feedbacks and ideas are greatly appreciated 🌟
3834

3935
Flow in production: [Blog post](https://blog.gege.mn/publishing-flow-to-production-20250104?showSharer=true)

assets/l10n/en_IN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"support.contribute.description": "If you're a developer, you can get involved in the development of Flow. The contributors list awaits your name to be added.",
262262
"support.donateDeveloper": "Tip the creator",
263263
"support.donateDeveloper.description": "All of Flow's functionality is offered for free, and tipping the developer will not unlock any additional features",
264-
"support.donateDeveloper.action": "Visit creator's Ko-fi page",
264+
"support.donateDeveloper.action": "Buy creator a coffee",
265265

266266
"flowIcon.change": "Change icon",
267267
"flowIcon.type.icon": "Icon",

assets/l10n/en_US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"support.contribute.description": "If you're a developer, you can get involved in the development of Flow. The contributors list awaits your name to be added.",
262262
"support.donateDeveloper": "Tip the creator",
263263
"support.donateDeveloper.description": "All of Flow's functionality is offered for free, and tipping the developer will not unlock any additional features",
264-
"support.donateDeveloper.action": "Visit creator's Ko-fi page",
264+
"support.donateDeveloper.action": "Buy creator a coffee",
265265

266266
"flowIcon.change": "Change icon",
267267
"flowIcon.type.icon": "Icon",

assets/l10n/it_IT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"support.contribute.description": "Se sei uno sviluppatore, puoi partecipare allo sviluppo di Flow. La lista dei contributori attende che il tuo nome venga aggiunto.",
262262
"support.donateDeveloper": "Dai una mancia al creatore",
263263
"support.donateDeveloper.description": "Tutte le funzionalità di Flow sono offerte gratuitamente, e dare una mancia allo sviluppatore non sbloccherà funzionalità aggiuntive",
264-
"support.donateDeveloper.action": "Visita la pagina Ko-fi del creatore",
264+
"support.donateDeveloper.action": "Offri un caffè al creatore",
265265

266266
"flowIcon.change": "Cambia icona",
267267
"flowIcon.type.icon": "Icona",

assets/l10n/mn_MN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"support.contribute.description": "Хэрэв та хөгжүүлэгч бол Flow-н хөгжүүлэлтэд оролцож, contributors-н жагсаалтад нэрээ нэмээрэй",
262262
"support.donateDeveloper": "Хөгжүүлэгчид хандив өгөх",
263263
"support.donateDeveloper.description": "Flow-н бүх үйлдлүүдийг үнэгүй ашиглах боломжтой бөгөөд хөгжүүлэгчид хандив өгснөөр аливаа шинэ боломж нээгдэхгүй болно",
264-
"support.donateDeveloper.action": "Хөгжүүлэгчийн Ko-fi-р зочлох",
264+
"support.donateDeveloper.action": "Хөгжүүлэгчид кофе авч өгөх",
265265

266266
"flowIcon.change": "Дүрс солих",
267267
"flowIcon.type.icon": "Дүрс",

0 commit comments

Comments
 (0)