Skip to content

Commit

Permalink
remove ko-fi references
Browse files Browse the repository at this point in the history
  • Loading branch information
sadespresso committed Jan 8, 2025
1 parent a5a4820 commit 63cba24
Show file tree
Hide file tree
Showing 7 changed files with 377 additions and 377 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ everyone. Here are few:
* [Proposing a feature](https://github.com/flow-mn/flow/issues/new?assignees=&labels=&projects=&template=feature_request.yaml&title=%5BFEAT%5D+)
* Submitting [fixes, feature implementations](#developing)
* [Translating Flow](#translating) to your own language
* [Tipping the maintainer](https://ko-fi.com/sadespresso). Flow is a
* [Tipping the maintainer](https://buymeacoffee.com/sadespresso). Flow is a
free and open-source software, and will stay this way. Please understand
that by giving tip, you will NOT unlock any new or additional features.
As of now, publishing fees have been paid by the maintainer.
Expand Down
2 changes: 1 addition & 1 deletion assets/l10n/en_IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"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.",
"support.donateDeveloper": "Tip the creator",
"support.donateDeveloper.description": "All of Flow's functionality is offered for free, and tipping the developer will not unlock any additional features",
"support.donateDeveloper.action": "Visit creator's Ko-fi page",
"support.donateDeveloper.action": "Buy creator a coffee",

"flowIcon.change": "Change icon",
"flowIcon.type.icon": "Icon",
Expand Down
2 changes: 1 addition & 1 deletion assets/l10n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"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.",
"support.donateDeveloper": "Tip the creator",
"support.donateDeveloper.description": "All of Flow's functionality is offered for free, and tipping the developer will not unlock any additional features",
"support.donateDeveloper.action": "Visit creator's Ko-fi page",
"support.donateDeveloper.action": "Buy creator a coffee",

"flowIcon.change": "Change icon",
"flowIcon.type.icon": "Icon",
Expand Down
2 changes: 1 addition & 1 deletion assets/l10n/it_IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"support.contribute.description": "Se sei uno sviluppatore, puoi partecipare allo sviluppo di Flow. La lista dei contributori attende che il tuo nome venga aggiunto.",
"support.donateDeveloper": "Dai una mancia al creatore",
"support.donateDeveloper.description": "Tutte le funzionalità di Flow sono offerte gratuitamente, e dare una mancia allo sviluppatore non sbloccherà funzionalità aggiuntive",
"support.donateDeveloper.action": "Visita la pagina Ko-fi del creatore",
"support.donateDeveloper.action": "Offri un caffè al creatore",

"flowIcon.change": "Cambia icona",
"flowIcon.type.icon": "Icona",
Expand Down
2 changes: 1 addition & 1 deletion assets/l10n/mn_MN.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"support.contribute.description": "Хэрэв та хөгжүүлэгч бол Flow-н хөгжүүлэлтэд оролцож, contributors-н жагсаалтад нэрээ нэмээрэй",
"support.donateDeveloper": "Хөгжүүлэгчид хандив өгөх",
"support.donateDeveloper.description": "Flow-н бүх үйлдлүүдийг үнэгүй ашиглах боломжтой бөгөөд хөгжүүлэгчид хандив өгснөөр аливаа шинэ боломж нээгдэхгүй болно",
"support.donateDeveloper.action": "Хөгжүүлэгчийн Ko-fi-р зочлох",
"support.donateDeveloper.action": "Хөгжүүлэгчид кофе авч өгөх",

"flowIcon.change": "Дүрс солих",
"flowIcon.type.icon": "Дүрс",
Expand Down
742 changes: 371 additions & 371 deletions assets/l10n/tr_TR.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const bool debugBuild = false;
bool get flowDebugMode => kDebugMode || debugBuild;

final Uri discordInviteLink = Uri.parse("https://discord.gg/Ndh9VDeZa4");
final Uri maintainerKoFiLink = Uri.parse("https://ko-fi.com/sadespresso");
final Uri maintainerKoFiLink = Uri.parse("https://flow.gege.mn/donate");
final Uri flowGitHubRepoLink = Uri.parse("https://github.com/flow-mn/flow");
final Uri flowGitHubIssuesLink =
Uri.parse("https://github.com/flow-mn/flow/issues");
Expand Down

0 comments on commit 63cba24

Please sign in to comment.