everysingletear bdac10ac57 i18n: extract shared strings into the existing common namespace
Part of #145.

Fourteen files whose user-facing strings are generic enough to belong in
`common` — loading and empty states, the confirmation modal, the shared
input modals (text/date/user/attachment viewer), the mobile nav bar, the
autocomplete input, the error screen and the file-upload error paths.

Extends the namespace that already exists, so `src/i18n/config.js` is
untouched and this cannot collide with any other extraction PR over the
`ns:` array. 28 keys added to `public/locales/en/common.json`.

English only — no translations, no behaviour change. Every t() value is
checked against this branch's base: the string must appear
character-for-character in the code it replaces (36 call sites).

One value is matched loosely and worth naming: `errorScreen.hideDetails`.
The base renders `{showDetails ? 'Hide' : 'Show'} error details`, so
neither full phrase exists contiguously in the source — only one branch of
the ternary can. Both keys hold exactly what each branch renders. The
sentence is kept whole rather than split around the ternary, because a
split sentence cannot be reordered by a translator.
2026-08-13 10:16:14 +08:00
2026-08-11 00:55:40 -04:00
2026-08-10 01:40:04 -04:00
2024-12-26 02:13:47 -05:00
2026-08-10 01:40:04 -04:00
2024-12-26 02:13:47 -05:00
2026-06-17 04:45:00 -04:00
2026-08-02 02:43:54 -04:00
2026-07-16 22:35:45 -04:00
2026-08-02 02:43:54 -04:00
2026-07-28 17:40:44 -04:00
2024-12-26 02:13:47 -05:00
2026-08-02 02:43:54 -04:00
2026-08-02 02:43:54 -04:00
2026-08-02 02:43:54 -04:00
2026-08-02 02:43:54 -04:00
2026-08-02 20:53:28 -04:00

Logo

Donetick Frontend

The Donetick Frontend is Frontend piece for Donetick written in javascript with React

What is Donetick?

An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized.

Why I made Donetick?

As an avid for open-source, I was eager to create a solution that could benefit the wider community. Donetick started as a personal project to address my own chore management needs, but it has evolved into bigger tool and decide to open source it for anyone seeking a customizable and privacy-focused task management tool

Features

  • Task and Chore Management: Easily create, edit, and manage tasks and chores for yourself or your group.
  • Shared To-Do Lists: Create "Circles" to collaborate on tasks with family or your group
  • Assignee Assignment: Assign tasks to specific individuals or rotate them automatically using customizable strategies.
  • Recurring Tasks: Schedule tasks to repeat daily, weekly, monthly, or yearly, with flexible customization options.
  • Progress Tracking: Track the completion status of tasks and view historical data.

Development Environment

Follow the full instructions here: https://github.com/donetick/donetick?tab=readme-ov-file#development-environment

Contributing

Contributions are welcome! If you would like to contribute to Donetick, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request

Need Help:

Donetick is a work in progress and has been a fantastic learning experience for me as I've honed my React skills,I'm looking for collaborators to help improve and refine the Donetick. Feel free to open PR or suggest changes.

Plans:

My goal is to expand Donetick by offering a hosted infrastructure option. This will make it even easier for users to access and utilize Donetick's features without the need for self-hosting.

While maintaining Donetick's commitment to open source, this hosted option will provide a seamless, out-of-the-box experience for those who prefer a managed solution.

License

This project is licensed under the AGPLv3 License. See the LICENSE file for more details. I might consider changing it later to something else

Description
Donetick frontend fork (Titan 2 Elite custom build)
Readme 7 MiB
2026-08-18 14:50:46 +02:00
Languages
JavaScript 93.9%
Java 1.8%
CSS 1.8%
Swift 1.7%
Shell 0.5%
Other 0.2%