Skip to content

Commit

Permalink
Merge pull request #83 from thingbomb/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone authored Jan 14, 2025
2 parents dc1fe8c + 87fdfad commit 3dca81e
Show file tree
Hide file tree
Showing 9 changed files with 585 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/thingbomb/flowtide/blob/main/CODE_OF_CONDUCT.md).
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/thingbomb/flowtide/blob/main/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Flowtide

<div
<a href="https://chromewebstore.google.com/detail/flowtide-beautiful-new-ta/fpdjjjmglibdjocjpcchgkbakeelaghm"><img alt="Chrome Web Store Users" src="https://img.shields.io/chrome-web-store/users/fpdjjjmglibdjocjpcchgkbakeelaghm?color=red"></a> <a href="https://crowdin.com/project/flowtide"><img src="https://badges.crowdin.net/flowtide/localized.svg" alt="Crowdin"></a><br />
Flowtide is a heavily customizable, beautiful, and modular New Tab page. Flowtide lets you build your New Tab page, customizing it every step of the way, using a simple drag-and-drop widget system. Get stuff done with todos and the pomodoro technique, relax with soundscapes, and move faster with Magic Search.
Expand Down
78 changes: 78 additions & 0 deletions apps/new-tab/public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,83 @@
},
"comic_sans": {
"message": "Comic Sans"
},
"notepad": {
"message": "Notepad"
},
"notepad_description": {
"message": "A simple notepad widget."
},
"notepad_disclaimer": {
"message": "Notes are stored in your browser's local storage, which may be unreliable and could result in data loss."
},
"date_format": {
"message": "Date format"
},
"counter": {
"message": "Counter"
},
"counter_description": {
"message": "Count things easily."
},
"mantra_1": {
"message": "Every day is a chance to grow."
},
"mantra_2": {
"message": "Progress, not perfection."
},
"mantra_3": {
"message": "Small steps lead to big changes."
},
"mantra_4": {
"message": "Setbacks are setups for comebacks."
},
"mantra_5": {
"message": "You are stronger than you think."
},
"mantra_6": {
"message": "Challenges build your strength."
},
"mantra_7": {
"message": "Good things are coming your way."
},
"mantra_8": {
"message": "See the good in every situation."
},
"mantra_9": {
"message": "A hopeful heart sees endless possibilities."
},
"mantra_10": {
"message": "Be here, in this moment."
},
"mantra_11": {
"message": "Each breath is a fresh start."
},
"mantra_12": {
"message": "The now is all we truly have."
},
"mantra_13": {
"message": "Dream big, start small."
},
"mantra_14": {
"message": "Focus on what you can control."
},
"mantra_15": {
"message": "Greatness begins with the first step."
},
"mantras": {
"message": "Mantras"
},
"mantras_description": {
"message": "Inspirational mantras on every new tab."
},
"toggle_theme": {
"message": "Toggle theme"
},
"custom_url": {
"message": "Custom URL"
},
"local_file": {
"message": "Local file"
}
}
Loading

0 comments on commit 3dca81e

Please sign in to comment.